From 4596c6edfb77884a23b955a919302019cf470609 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 01:42:32 +0000 Subject: [PATCH] chore(deps): bump python from 3.11-slim-bookworm to 3.14-slim-bookworm Bumps python from 3.11-slim-bookworm to 3.14-slim-bookworm. --- updated-dependencies: - dependency-name: python dependency-version: 3.14-slim-bookworm 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 a50867f..46feb64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \ ########################################################### # Production stage. Copy only runtime deps that were installed in the Builder stage. -FROM python:3.11-slim-bookworm AS production +FROM python:3.14-slim-bookworm AS production ENV PYTHONUNBUFFERED=1