From 0a83a44f63c08956b68a933aa715ff32b8458679 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 20:27:53 +0000 Subject: [PATCH] build(deps): bump python from 3.12-slim-bookworm to 3.14-slim-bookworm Bumps python from 3.12-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 192e141..d7237a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \ uv sync --frozen --no-dev # --- Runtime stage: minimal image with just the venv and the app ----------- -FROM python:3.12-slim-bookworm AS runtime +FROM python:3.14-slim-bookworm AS runtime WORKDIR /app ENV PATH="/app/.venv/bin:$PATH" \