mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 09:36:52 +03:00
Merge pull request #4842 from cookiecutter/dependabot/docker/{{cookiecutter.project_slug}}/compose/production/django/python-3.11.8-slim-bookworm
Bump python from 3.11.7-slim-bookworm to 3.11.8-slim-bookworm in /{{cookiecutter.project_slug}}/compose/production/django
This commit is contained in:
commit
f9b4ce315f
|
@ -25,7 +25,7 @@ RUN npm run build
|
|||
|
||||
{%- endif %}
|
||||
# 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
|
||||
FROM docker.io/python as python-build-stage
|
||||
|
|
Loading…
Reference in New Issue
Block a user