Skip to content

Commit 253c02c

Browse files
updated dockerfile
1 parent a42c2ec commit 253c02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ENV PATH /app/node_modules/.bin:$PATH
1717
# install and cache app dependencies
1818
COPY package.json /app/package.json
1919
RUN npm install
20-
RUN npm install -g @angular/cli@15.2.11
20+
RUN npm install -g @angular/cli@17.3.8
2121

2222
# add app
2323
COPY . /app

0 commit comments

Comments
 (0)