diff --git a/Dockerfile b/Dockerfile index a85f0b32..f21c8366 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ FROM node:10-alpine as frontend_builder WORKDIR /explorer RUN apk add --no-cache make git gcc g++ python ADD . /explorer -RUN npm install -g @angular/cli@15.2.4 +RUN npm install -g @angular/cli@8.3.29 RUN make frontend FROM alpine:latest