Skip to content

Commit

Permalink
Merge pull request #4 from TimCsaky/node-version-upgrade
Browse files Browse the repository at this point in the history
upgrade alpine-node docker image to 'node:16.13.1-alpine'
  • Loading branch information
jujaga authored Dec 9, 2021
2 parents 395f47d + 73495e7 commit d614db9
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:14.18.1-alpine
FROM docker.io/node:16.13.1-alpine

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

0 comments on commit d614db9

Please sign in to comment.