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 577c82d commit b59ba4eCopy full SHA for b59ba4e
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.9
+FROM python:3.9.17
2
3
COPY requirements.txt /requirements.txt
4
RUN pip install --no-cache-dir -r /requirements.txt
0 commit comments