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

Bumps python from 3.12.8-slim-bookworm to 3.12.9-slim-bookworm.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-02-07 05:50:20 +00:00 committed by GitHub
parent c37b46e5cf
commit 6ae0f24fe7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
# define an alias for the specific python version used in this file.
FROM docker.io/python:3.12.8-slim-bookworm AS python
FROM docker.io/python:3.12.9-slim-bookworm AS python
# Python build stage
FROM python AS python-build-stage