Skip to content

Commit a15bffb

Browse files
Merge branch 'stage'
2 parents fc0c8a5 + 07a8048 commit a15bffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile-prod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Based on https://mherman.org/blog/dockerizing-an-angular-app/
22
# base image
3-
FROM node:14-alpine as builder
3+
FROM node:18-alpine as builder
44

55
# removed this for now
66
# install chrome for protractor tests
@@ -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@14.2.3
20+
RUN npm install -g @angular/cli@17.3.8
2121

2222
# add app
2323
COPY . /app

0 commit comments

Comments
 (0)