From 78bccab7d81bf29074ba9313249aeac8ba4f9668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 11:36:43 +0000 Subject: [PATCH] chore(deps): bump python from 3.12-slim-bookworm to 3.13-slim-bookworm Bumps python from 3.12-slim-bookworm to 3.13-slim-bookworm. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c606cd7..fca3963 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \ # Then, use a final image without uv -FROM python:3.12-slim-bookworm +FROM python:3.13-slim-bookworm # It is important to use the image that matches the builder, as the path to the # Python executable must be the same, e.g., using `python:3.11-slim-bookworm` # will fail.