From 73cf1d5723e7d26c5f8246305e6d42bd4386078b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 00:35:14 +0000 Subject: [PATCH] Bump python in the docker-dependencies group Bumps the docker-dependencies group with 1 update: python. Updates `python` from 3.12-slim-bookworm to 3.13-slim-bookworm --- updated-dependencies: - dependency-name: python dependency-type: direct:production dependency-group: docker-dependencies ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cb990269..4b7e2f0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ RUN /build_python.sh 3.12.5 FROM builder-py-base as builder-py-3_13 RUN /build_python.sh 3.13.0rc3 # ------------------------------------------------------------------------------ -FROM python:3.12-slim-bookworm as base +FROM python:3.13-slim-bookworm as base ENV PIP_DISABLE_PIP_VERSION_CHECK=1 \ PIP_NO_CACHE_DIR=false