mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-09 14:34:53 +03:00
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:
commit
7ad2a01c0e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user