Skip to content

Commit

Permalink
Merge pull request #6 from kamorel/SHOWCASE-2556
Browse files Browse the repository at this point in the history
Update Node to 16.15.0
  • Loading branch information
jujaga authored May 12, 2022
2 parents d614db9 + 23722bd commit 1e8070a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# We want to stick with the lts-alpine tag, but need to ensure we explicitly track base images
# FROM docker.io/node:lts-alpine
FROM docker.io/node:16.13.1-alpine
FROM docker.io/node:16.15.0-alpine

ARG APP_ROOT=/opt/app-root/src
ENV NO_UPDATE_NOTIFIER=true \
Expand Down

0 comments on commit 1e8070a

Please sign in to comment.