Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
treeder committed Nov 2, 2024
1 parent ac11ef4 commit 0cd88ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0cd88ca

Please sign in to comment.