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" \