Update node from 12 to 14

This commit is contained in:
Marcel Schwarz 2020-04-30 21:08:27 +02:00
parent 8d9b6a0348
commit 51f1c2f2fe

View File

@ -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