Skip to content

Commit 1b05f5c

Browse files
authored
Merge pull request #25 from getodk/v1.6.1
Prepare for v1.7.0
2 parents 73cc198 + 5107098 commit 1b05f5c

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.6-alpine
1+
FROM python:3.7-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==2.0.1
2-
pyxform==1.6.0
1+
Flask==2.0.2
2+
pyxform==1.7.0
33
gunicorn==20.1.0

0 commit comments

Comments
 (0)