Skip to content

Commit 1e8070a

Browse files
authored
Merge pull request #6 from kamorel/SHOWCASE-2556
Update Node to 16.15.0
2 parents d614db9 + 23722bd commit 1e8070a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# We want to stick with the lts-alpine tag, but need to ensure we explicitly track base images
22
# FROM docker.io/node:lts-alpine
3-
FROM docker.io/node:16.13.1-alpine
3+
FROM docker.io/node:16.15.0-alpine
44

55
ARG APP_ROOT=/opt/app-root/src
66
ENV NO_UPDATE_NOTIFIER=true \

0 commit comments

Comments
 (0)