Skip to content

Commit

Permalink
Merge pull request #248 from yanokwa/upgrade-enketo-pyxform
Browse files Browse the repository at this point in the history
Upgrade Enketo and pyxform
  • Loading branch information
matthew-white authored Oct 22, 2021
2 parents 6c31963 + 3905cb3 commit 58d2def
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ services:
options:
max-file: "30"
pyxform:
image: 'ghcr.io/getodk/pyxform-http:v1.6.0'
image: 'ghcr.io/getodk/pyxform-http:v1.7.0'
restart: always
secrets:
volumes:
Expand Down
2 changes: 1 addition & 1 deletion enketo.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/enketo/enketo-express:3.0.1
FROM ghcr.io/enketo/enketo-express:3.0.3

ENV ENKETO_SRC_DIR=/srv/src/enketo_express
WORKDIR ${ENKETO_SRC_DIR}
Expand Down

0 comments on commit 58d2def

Please sign in to comment.