mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 09:36:52 +03:00
Bump python to 3.12.6 in local Docker (#5370)
This commit is contained in:
parent
40de2dea1d
commit
4865e056c5
|
@ -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.5-slim-bookworm AS python
|
FROM docker.io/python:3.12.6-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