Skip to content

Commit

Permalink
fix(frontend): Fix the frontend image build with Node 22 (#11524)
Browse files Browse the repository at this point in the history
Signed-off-by: mprahl <[email protected]>
  • Loading branch information
mprahl authored Jan 15, 2025
1 parent 682d3ac commit 533a3c6
Show file tree
Hide file tree
Showing 3 changed files with 469 additions and 120 deletions.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN mkdir -p ./server/dist && \
# concatenate them to one file under ./src/server
RUN ./scripts/yarn-licenses.sh

FROM node:18.18.2-alpine3.17
FROM node:22.13-alpine

COPY --from=build ./src/frontend/server /server
COPY --from=build ./src/frontend/build /client
Expand Down
Loading

0 comments on commit 533a3c6

Please sign in to comment.