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

Bumps python from 3.12.3-slim-bookworm to 3.12.4-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-06-10 05:05:04 +00:00 committed by Fábio C. Barrionuevo da Luz
parent c11d5519d6
commit 03e68e893f

View File

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