Compare commits

...

1 Commits

Author SHA1 Message Date
renovate[bot]
75f574836f Update python Docker tag to v3.14 2025-12-10 10:37:21 +00:00
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