We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a0bfb commit 00cec7fCopy full SHA for 00cec7f
Dockerfile_static
@@ -1,4 +1,4 @@
1
-FROM python:{{ cookiecutter.python_version }} as build-stage
+FROM python:3.11 as build-stage
2
3
COPY requirements.txt /tmp/requirements.txt
4
RUN pip install --no-cache-dir -r /tmp/requirements.txt
0 commit comments