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.
2 parents 73cc198 + 5107098 commit 1b05f5cCopy full SHA for 1b05f5c
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.6-alpine
+FROM python:3.7-alpine
2
3
COPY requirements.txt /tmp/
4
RUN pip install --requirement /tmp/requirements.txt
requirements.txt
@@ -1,3 +1,3 @@
-Flask==2.0.1
-pyxform==1.6.0
+Flask==2.0.2
+pyxform==1.7.0
gunicorn==20.1.0
0 commit comments