Skip to content

Commit 2df4d94

Browse files
chore(deps): update node.js to v20
1 parent 74952ee commit 2df4d94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16-alpine as builder
1+
FROM node:20-alpine as builder
22

33
WORKDIR /app
44
COPY ["./yarn.lock", "./package.json", "./decorate-angular-cli.js", "./"]
@@ -8,7 +8,7 @@ COPY . ./
88
RUN yarn ng run frontend:build:production && \
99
yarn ng run frontend:server:production
1010

11-
FROM node:16-alpine
11+
FROM node:20-alpine
1212
WORKDIR /app
1313
# RUN mkdir -p ./dist/frontend/ ./apps/frontend/dist/
1414
COPY --from=builder ["/app/dist/frontend/server/", "./dist/frontend/server/"]

0 commit comments

Comments
 (0)