Skip to content

Commit 613be4f

Browse files
authored
Prep 4.1.0 (#60)
1 parent 05d8460 commit 613be4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-alpine
1+
FROM python:3.12-alpine
22

33
COPY requirements.txt /tmp/
44
RUN pip install --requirement /tmp/requirements.txt

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Flask==3.1.1
2-
pyxform==4.0.0
1+
Flask==3.1.2
2+
pyxform==4.1.0
33
gunicorn==23.0.0

0 commit comments

Comments
 (0)