Skip to content

Commit

Permalink
Upgrade from node 16.17.0 to 16.19.1 (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanokwa authored and lognaturel committed Feb 28, 2023
1 parent d3124b3 commit c782d08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nginx.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.17.0 as intermediate
FROM node:16.19.1 as intermediate

COPY ./ ./
RUN files/prebuild/write-version.sh
Expand Down
2 changes: 1 addition & 1 deletion secrets.dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM node:16.17.0
FROM node:16.19.1
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 @@
FROM node:16.17.0 as intermediate
FROM node:16.19.1 as intermediate

COPY . .
RUN mkdir /tmp/sentry-versions
Expand Down

0 comments on commit c782d08

Please sign in to comment.