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

Bumps python from 3.12.7-slim-bookworm to 3.12.8-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] 2024-12-05 05:05:54 +00:00 committed by GitHub
parent 857bcb6895
commit 66ee860a4d
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.7-slim-bookworm AS python
FROM docker.io/python:3.12.8-slim-bookworm AS python
# Python build stage