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

Bumps python from 3.11.7-slim-bookworm to 3.11.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-02-08 05:23:12 +00:00 committed by GitHub
parent d5967ed3e9
commit f2c320527a
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. # define an alias for the specific python version used in this file.
FROM docker.io/python:3.11.7-slim-bookworm as python FROM docker.io/python:3.11.8-slim-bookworm as python
# Python build stage # Python build stage
FROM docker.io/python as python-build-stage FROM docker.io/python as python-build-stage