Skip to content

Commit dc5297d

Browse files
authored
Update Dockerfile
1 parent cdb9a42 commit dc5297d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM node:12.18-stretch
1+
FROM node:15.14.0-buster-slim
22

3-
RUN npm install -g @angular/cli@10.0.6 && \
3+
RUN npm install -g @angular/cli@11.2.9 && \
44
apt-get update && \
55
apt-get install -y parallel

0 commit comments

Comments
 (0)