Update python Docker tag to v3.14

This commit is contained in:
renovate[bot]
2025-10-07 23:58:05 +00:00
committed by GitHub
parent fb14956394
commit 60c5406551
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