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 05d8460 commit 613be4fCopy full SHA for 613be4f
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.11-alpine
+FROM python:3.12-alpine
2
3
COPY requirements.txt /tmp/
4
RUN pip install --requirement /tmp/requirements.txt
requirements.txt
@@ -1,3 +1,3 @@
-Flask==3.1.1
-pyxform==4.0.0
+Flask==3.1.2
+pyxform==4.1.0
gunicorn==23.0.0
0 commit comments