Skip to content

Commit de50cb3

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] <[email protected]>
1 parent 00deacb commit de50cb3

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
@@ -44,7 +44,7 @@ RUN /build_python.sh 3.13.2t
4444
FROM builder-py-base AS builder-py-3_14
4545
RUN /build_python.sh 3.14.0rc1
4646
# ------------------------------------------------------------------------------
47-
FROM python:3.13-slim-bookworm AS base
47+
FROM python:3.14-slim-bookworm AS base
4848

4949
ENV PIP_DISABLE_PIP_VERSION_CHECK=1 \
5050
PIP_NO_CACHE_DIR=false

0 commit comments

Comments
 (0)