Skip to content

Commit

Permalink
Update Node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent 5918d29 commit 38c66e3
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
Expand Up @@ -9,7 +9,7 @@ COPY source /packages/umbreld/source
# ui build stage
#########################################################################

FROM node:18 AS ui-build
FROM node:20 AS ui-build

# Install pnpm
RUN npm install -g pnpm@8
Expand All @@ -31,7 +31,7 @@ RUN pnpm run build
# backend build stage
#########################################################################

FROM node:18 AS be-build
FROM node:20 AS be-build

COPY --from=base packages/umbreld /tmp/umbreld
COPY --from=ui-build /app/dist /tmp/umbreld/ui
Expand Down

0 comments on commit 38c66e3

Please sign in to comment.