diff --git a/Dockerfile b/Dockerfile index 61da1451e98816e3a4f1303f84f70a0bafae0263..1939d0041730b127e225f4bac2ce48b5cc5c5112 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 0, based on Node.js, to build and compile Angular -FROM node:14.20.0 as builder +FROM node:14.20.1 as builder WORKDIR /app