Skip to content

Commit

Permalink
Update v2024.2.0 deps (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
lognaturel authored Sep 20, 2024
1 parent 37e1287 commit 42805d0
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 20.17.0
- run: cd test && npm i
- run: cd test && ./run-tests.sh

Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
POSTGRES_PASSWORD: odk
POSTGRES_DB: odk
mail:
image: "ixdotai/smtp:v0.5.2"
image: "ixdotai/smtp:v0.5.4"
volumes:
- ./files/mail/rsa.private:/etc/exim4/dkim.key.temp:ro
environment:
Expand Down Expand Up @@ -108,7 +108,7 @@ services:
options:
max-file: "30"
pyxform:
image: 'ghcr.io/getodk/pyxform-http:v2.0.3'
image: 'ghcr.io/getodk/pyxform-http:v2.1.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:7.2.0
FROM ghcr.io/enketo/enketo:7.4.0

ENV ENKETO_SRC_DIR=/srv/src/enketo/packages/enketo-express
WORKDIR ${ENKETO_SRC_DIR}
Expand Down
4 changes: 2 additions & 2 deletions nginx.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.12.2-slim AS intermediate
FROM node:20.17.0-slim AS intermediate

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
Expand All @@ -14,7 +14,7 @@ RUN files/prebuild/build-frontend.sh

# when upgrading, look for upstream changes to redirector.conf
# also, confirm setup-odk.sh strips out HTTP-01 ACME challenge location
FROM jonasal/nginx-certbot:5.0.1
FROM jonasal/nginx-certbot:5.4.0

EXPOSE 80
EXPOSE 443
Expand Down
2 changes: 1 addition & 1 deletion secrets.dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM node:20.12.2-slim
FROM node:20.17.0-slim

COPY files/enketo/generate-secrets.sh ./
2 changes: 1 addition & 1 deletion service.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG node_version=20.12.2
ARG node_version=20.17.0



Expand Down
2 changes: 1 addition & 1 deletion test/nginx-test.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# It is ESPECIALLY IMPORTANT to keep IDENTICAL BASE IMAGES.
#
FROM jonasal/nginx-certbot:5.0.1
FROM jonasal/nginx-certbot:5.4.0

EXPOSE 80
EXPOSE 443
Expand Down

0 comments on commit 42805d0

Please sign in to comment.