Skip to content

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2023
1 parent 74952ee commit 2df4d94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine as builder
FROM node:20-alpine as builder

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

FROM node:16-alpine
FROM node:20-alpine
WORKDIR /app
# RUN mkdir -p ./dist/frontend/ ./apps/frontend/dist/
COPY --from=builder ["/app/dist/frontend/server/", "./dist/frontend/server/"]
Expand Down

0 comments on commit 2df4d94

Please sign in to comment.