diff --git a/Dockerfile b/Dockerfile index eabb7c594e51f8fd16876f20462a879acb471ab8..d58062e53e823cfd71bc88da79eaf78d4c8010d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 0, based on Node.js, to build and compile Angular -FROM node:12.13-slim +FROM node:16-slim # Copy the package.json file first in order to cache the modules COPY ./package.json /app/package.json