Bump python in /{{cookiecutter.project_slug}}/compose/production/django

Bumps python from 3.12-slim-bookworm to 3.13-slim-bookworm.

---
updated-dependencies:
- dependency-name: python
  dependency-version: 3.13-slim-bookworm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-09-09 20:50:22 +00:00 committed by GitHub
parent 2bbf72b7bf
commit a837140a60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
uv sync --locked --no-dev
# Python 'run' stage
FROM python:3.12-slim-bookworm AS python-run-stage
FROM python:3.13-slim-bookworm AS python-run-stage
ARG APP_HOME=/app