Update python Docker tag to v3.14

This commit is contained in:
renovate[bot]
2025-12-10 10:37:21 +00:00
committed by GitHub
parent ff71a9b103
commit 75f574836f
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
3.13
3.14

View File

@@ -11,7 +11,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
uv sync --locked --no-dev
FROM python:3.13-slim-bookworm
FROM python:3.14-slim-bookworm
COPY --from=builder --chown=app:app /app /app
ENV PATH="/app/.venv/bin:$PATH"
EXPOSE 8000/tcp