chore(deps): update python docker tag

This commit is contained in:
renovate[bot]
2025-08-16 16:06:27 +00:00
committed by GitHub
parent c4e586edb6
commit 1cea8f3182
5 changed files with 200 additions and 197 deletions

View File

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