diff options
author | 2025-10-14 02:11:25 +0000 | |
---|---|---|
committer | 2025-10-14 02:11:25 +0000 | |
commit | c07fb755fbee1042b338c792bd501276dc3fec56 (patch) | |
tree | 87169bb35eb88ecd3f536c170289c998ccba3cd5 | |
parent | Update 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-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |