Skip to content

Commit 94475a3

Browse files
authored
Update to Angular 13.3.2
1 parent 9f9b34b commit 94475a3

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
FROM node:15.14.0-buster-slim
1+
FROM node:17-alpine3.14
22

3-
RUN npm install -g @angular/cli@11.2.14 && \
4-
apt-get update && \
5-
apt-get install -y parallel
3+
RUN npm install -g @angular/cli@13.3.2

0 commit comments

Comments
 (0)