We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad5f844 commit 3a8ed15Copy full SHA for 3a8ed15
Dockerfile
@@ -1,5 +1,5 @@
1
# label first stage as 'builder'
2
-FROM node:8-alpine as builder
+FROM node:12-alpine as builder
3
4
COPY package.json package-lock.json ./
5
0 commit comments