Skip to content

Commit

Permalink
Merge pull request #25 from getodk/v1.6.1
Browse files Browse the repository at this point in the history
Prepare for v1.7.0
  • Loading branch information
yanokwa authored Oct 20, 2021
2 parents 73cc198 + 5107098 commit 1b05f5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.6-alpine
FROM python:3.7-alpine

COPY requirements.txt /tmp/
RUN pip install --requirement /tmp/requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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 comments on commit 1b05f5c

Please sign in to comment.