From 351f9edf5559e87c3c5f65809a13e59045da90c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 00:32:01 +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 911ef27d..1d9e06f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,7 +47,7 @@ FROM builder-py-base as builder-py-3_13t ENV PYTHON_CONFIGURE_OPTS='--enable-optimizations --with-lto --with-system-expat --without-ensurepip' RUN /build_python.sh 3.13.0t # ------------------------------------------------------------------------------ -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