From 3b31fc8a532dc5b22d7560dcaac452185ab706cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 19:02:36 +0000 Subject: [PATCH] Bump python from 3.13.1-slim-bookworm to 3.13.2-slim-bookworm Bumps python from 3.13.1-slim-bookworm to 3.13.2-slim-bookworm. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0a7f2bc..1c2859d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \ ############################################## # Main image ############################################## -FROM python:3.13.1-slim-bookworm AS final +FROM python:3.13.2-slim-bookworm AS final ARG DEBIAN_FRONTEND=noninteractive ARG PIP_DISABLE_PIP_VERSION_CHECK=1