We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f32a796 commit eeb1a49Copy full SHA for eeb1a49
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.9.4-alpine3.13
+FROM python:3.9.5-alpine3.13
2
COPY requirements.txt /
3
RUN pip install -r requirements.txt && \
4
rm -f requirements.txt && \
0 commit comments