mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 09:24:52 +03:00
Bump python in /{{cookiecutter.project_slug}}/compose/production/django
Bumps python from 3.10.10-slim-bullseye to 3.10.11-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>
This commit is contained in:
parent
606e0a7685
commit
bbe002a825
|
@ -26,7 +26,7 @@ RUN npm run build
|
|||
{%- endif %}
|
||||
|
||||
# define an alias for the specfic python version used in this file.
|
||||
FROM python:3.10.10-slim-bullseye as python
|
||||
FROM python:3.10.11-slim-bullseye as python
|
||||
|
||||
# Python build stage
|
||||
FROM python as python-build-stage
|
||||
|
|
Loading…
Reference in New Issue
Block a user