Skip to content

Commit 26cb630

Browse files
Bump python in the docker-dependencies group
Bumps the docker-dependencies group with 1 update: python. Updates `python` from 3.13-slim-bookworm to 3.14-slim-bookworm --- updated-dependencies: - dependency-name: python dependency-version: 3.14-slim-bookworm dependency-type: direct:production dependency-group: docker-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ad17dac commit 26cb630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN /build_python.sh 3.14.0
4343
FROM builder-py-base AS builder-py-3_14t
4444
RUN /build_python.sh 3.14.0t
4545
# ------------------------------------------------------------------------------
46-
FROM python:3.13-slim-bookworm AS base
46+
FROM python:3.14-slim-bookworm AS base
4747

4848
ENV PIP_DISABLE_PIP_VERSION_CHECK=1 \
4949
PIP_NO_CACHE_DIR=false

0 commit comments

Comments
 (0)