From 0cd88caec996b7297b6757f31abe41d834f547ef Mon Sep 17 00:00:00 2001 From: treeder Date: Sat, 2 Nov 2024 19:41:34 +0000 Subject: [PATCH] CI --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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