From a837140a600f0b100395416c10156041c6fbd80c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 20:50:22 +0000 Subject: [PATCH] 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] --- .../compose/production/django/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/compose/production/django/Dockerfile b/{{cookiecutter.project_slug}}/compose/production/django/Dockerfile index d7999cd9f..31d4ee8e5 100644 --- a/{{cookiecutter.project_slug}}/compose/production/django/Dockerfile +++ b/{{cookiecutter.project_slug}}/compose/production/django/Dockerfile @@ -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