Bump python in /{{cookiecutter.project_slug}}/compose/local/django (#4612)

Bumps python from 3.11.5-slim-bullseye to 3.11.6-slim-bullseye.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fábio C. Barrionuevo da Luz <bnafta@gmail.com>
This commit is contained in:
dependabot[bot] 2023-10-03 09:30:03 -03:00 committed by GitHub
parent acc5bd6ca7
commit c0576b6658
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# define an alias for the specific python version used in this file.
FROM python:3.11.5-slim-bullseye as python
FROM python:3.11.6-slim-bullseye as python
# Python build stage
FROM python as python-build-stage