~ Dockerfile: changed npm version from 10 to 12

This commit is contained in:
Michael Auer
2020-09-23 12:24:23 +02:00
parent f2a14194bc
commit 7a6eabfda0

View File

@@ -1,5 +1,5 @@
#stage 1
FROM node:10-stretch as node
FROM node:12-stretch as node
ARG IS_PRODUCTION=false
ARG SEMVERSION=1.0.0
WORKDIR /app