mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 01:14:53 +03:00
Remove argument for docs Docker image
This commit is contained in:
parent
76b2882ce6
commit
d8d9e8c2a8
|
@ -1,7 +1,5 @@
|
|||
ARG PYTHON_VERSION=3.10.9-slim-bullseye
|
||||
|
||||
# define an alias for the specfic python version used in this file.
|
||||
FROM python:${PYTHON_VERSION} as python
|
||||
FROM python:3.10.9-slim-bullseye as python
|
||||
|
||||
|
||||
# Python build stage
|
||||
|
|
Loading…
Reference in New Issue
Block a user