mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-13 17:42:26 +03:00
Bump python in /{{cookiecutter.project_slug}}/compose/local/django
Bumps python from 3.12.9-slim-bookworm to 3.12.10-slim-bookworm. --- updated-dependencies: - dependency-name: python dependency-version: 3.12.10-slim-bookworm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
846af52e73
commit
e5915dcaac
|
@ -1,5 +1,5 @@
|
||||||
# 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.9-slim-bookworm AS python
|
FROM docker.io/python:3.12.10-slim-bookworm AS python
|
||||||
|
|
||||||
# Python build stage
|
# Python build stage
|
||||||
FROM python AS python-build-stage
|
FROM python AS python-build-stage
|
||||||
|
|
Loading…
Reference in New Issue
Block a user