We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d614db9 commit 23722bdCopy full SHA for 23722bd
Dockerfile
@@ -1,6 +1,6 @@
1
# We want to stick with the lts-alpine tag, but need to ensure we explicitly track base images
2
# FROM docker.io/node:lts-alpine
3
-FROM docker.io/node:16.13.1-alpine
+FROM docker.io/node:16.15.0-alpine
4
5
ARG APP_ROOT=/opt/app-root/src
6
ENV NO_UPDATE_NOTIFIER=true \
0 commit comments