Skip to content

Commit c07fb75

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 28c95c8 commit c07fb75

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
@@ -56,7 +56,7 @@ RUN curl -o /tmp/llvm.sh https://apt.llvm.org/llvm.sh \
5656

5757
RUN /build_python.sh 3.14.0j
5858
# ------------------------------------------------------------------------------
59-
FROM python:3.13-slim-bookworm AS base
59+
FROM python:3.14-slim-bookworm AS base
6060

6161
ENV PIP_DISABLE_PIP_VERSION_CHECK=1 \
6262
PIP_NO_CACHE_DIR=false

0 commit comments

Comments
 (0)