diff --git a/Dockerfile b/Dockerfile index fbf1468..689a1d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:11.14.0-stretch +FROM node:12.18-stretch RUN npm install -g @angular/cli@10.0.6 && \ apt-get update && \