Merge remote-tracking branch 'upstream/dependabot/docker/{{cookiecutter.project_slug}}/compose/production/django/python-3.11.7-slim-bullseye' into dependabot/docker/{{cookiecutter.project_slug}}/compose/local/django/python-3.11.7-slim-bullseye

This commit is contained in:
Bruno Alla 2023-12-06 09:33:39 +00:00
commit 7ad2a01c0e
No known key found for this signature in database

View File

@ -25,7 +25,7 @@ RUN npm run build
{%- endif %}
# define an alias for the specific python version used in this file.
FROM python:3.11.6-slim-bullseye as python
FROM python:3.11.7-slim-bullseye as python
# Python build stage
FROM python as python-build-stage