Remove argument for docs Docker image

This commit is contained in:
Bruno Alla 2023-03-07 20:37:31 +00:00
parent 76b2882ce6
commit d8d9e8c2a8
No known key found for this signature in database

View File

@ -1,7 +1,5 @@
ARG PYTHON_VERSION=3.10.9-slim-bullseye
# define an alias for the specfic python version used in this file. # 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 # Python build stage