Update node from 12 to 14
This commit is contained in:
parent
8d9b6a0348
commit
51f1c2f2fe
@ -1,5 +1,5 @@
|
||||
# build stage
|
||||
FROM node:12 as build-stage
|
||||
FROM node:14 as build-stage
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
|
Loading…
Reference in New Issue
Block a user