mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-09-20 10:52:34 +03:00
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:
parent
2bbf72b7bf
commit
a837140a60
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user