Skip to content

Commit

Permalink
Update dependencies (#484)
Browse files Browse the repository at this point in the history
* Upgrade postgres

* Upgrade redis

* Update pyxform to v1.12.2
  • Loading branch information
lognaturel authored Sep 18, 2023
1 parent 3715b55 commit 0a310c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ services:
options:
max-file: "30"
pyxform:
image: 'ghcr.io/getodk/pyxform-http:v1.12.1'
image: 'ghcr.io/getodk/pyxform-http:v1.12.2'
restart: always
secrets:
volumes:
Expand All @@ -127,7 +127,7 @@ services:
- SUPPORT_EMAIL=${SYSADMIN_EMAIL}
- HTTPS_PORT=${HTTPS_PORT:-443}
enketo_redis_main:
image: redis:7.0
image: redis:7.2
volumes:
- ./files/enketo/redis-enketo-main.conf:/usr/local/etc/redis/redis.conf:ro
- enketo_redis_main:/data
Expand All @@ -136,7 +136,7 @@ services:
- /usr/local/etc/redis/redis.conf
restart: always
enketo_redis_cache:
image: redis:7.0
image: redis:7.2
volumes:
- ./files/enketo/redis-enketo-cache.conf:/usr/local/etc/redis/redis.conf:ro
- enketo_redis_cache:/data
Expand Down
2 changes: 1 addition & 1 deletion postgres14.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgres:14.8
FROM postgres:14.9

COPY files/postgres14/start-postgres.sh /usr/local/bin/

Expand Down

0 comments on commit 0a310c6

Please sign in to comment.