aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-10-14 02:11:25 +0000
committerGravatar GitHub <[email protected]>2025-10-14 02:11:25 +0000
commitc07fb755fbee1042b338c792bd501276dc3fec56 (patch)
tree87169bb35eb88ecd3f536c170289c998ccba3cd5
parentUpdate test_forkbomb_resource_unavailable to disable memory limits (diff)
Bump python in the docker-dependencies groupdependabot/docker/docker-dependencies-d30b82f7c3
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]>
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 2c73bb7..f4d5d13 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -56,7 +56,7 @@ RUN curl -o /tmp/llvm.sh https://apt.llvm.org/llvm.sh \
RUN /build_python.sh 3.14.0j
# ------------------------------------------------------------------------------
-FROM python:3.13-slim-bookworm AS base
+FROM python:3.14-slim-bookworm AS base
ENV PIP_DISABLE_PIP_VERSION_CHECK=1 \
PIP_NO_CACHE_DIR=false