Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislaw-zakrzewski committed May 14, 2024
1 parent 65b0361 commit 4e1f5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verification/curator-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN npm run build


# Multi-staged build, use a trimmed down version of node for prod.
FROM node:16.18.0 as prod
FROM node:18.18.0 as prod

# No need to run as root.
USER node
Expand Down

0 comments on commit 4e1f5bb

Please sign in to comment.