We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b45f40c commit 893907bCopy full SHA for 893907b
Dockerfile
@@ -1,5 +1,5 @@
1
# stage1 as builder
2
-FROM node:10-alpine as builder
+FROM node:16-alpine as builder
3
4
# copy the package.json to install dependencies
5
COPY package.json package-lock.json ./
0 commit comments