Bump python in /{{cookiecutter.project_slug}}/compose/production/django (#5575)

This commit is contained in:
dependabot[bot] 2024-12-08 14:48:59 +00:00 committed by GitHub
parent 2c835f0ed5
commit 402fd66165
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ RUN npm run build
{%- endif %} {%- endif %}
# 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.7-slim-bookworm AS python FROM docker.io/python:3.12.8-slim-bookworm AS python
# Python build stage # Python build stage
FROM python AS python-build-stage FROM python AS python-build-stage