From d8d9e8c2a848214aacf5411757f026a4eda341cf Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Tue, 7 Mar 2023 20:37:31 +0000 Subject: [PATCH] Remove argument for docs Docker image --- {{cookiecutter.project_slug}}/compose/local/docs/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/{{cookiecutter.project_slug}}/compose/local/docs/Dockerfile b/{{cookiecutter.project_slug}}/compose/local/docs/Dockerfile index ec1737c4c..f52e34d26 100644 --- a/{{cookiecutter.project_slug}}/compose/local/docs/Dockerfile +++ b/{{cookiecutter.project_slug}}/compose/local/docs/Dockerfile @@ -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