Use current node image as builder
Change-Id: I2bccf5bcd21e37625477695ee927d49dd4333ac4
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Builder
|
||||
FROM node:10-alpine as builder
|
||||
FROM node:current as builder
|
||||
|
||||
WORKDIR /src
|
||||
|
||||
|
Reference in New Issue
Block a user