Skip to content

Commit 2e47604

Browse files
HumairAKmprahl
andauthored
fix(frontend): Fix the frontend image build with Node 22 (#11524) (#11525)
Signed-off-by: mprahl <[email protected]> Signed-off-by: Humair Khan <[email protected]> Co-authored-by: Matt Prahl <[email protected]>
1 parent 682d3ac commit 2e47604

File tree

3 files changed

+469
-120
lines changed

3 files changed

+469
-120
lines changed

Diff for: frontend/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN mkdir -p ./server/dist && \
2525
# concatenate them to one file under ./src/server
2626
RUN ./scripts/yarn-licenses.sh
2727

28-
FROM node:18.18.2-alpine3.17
28+
FROM node:22.13-alpine
2929

3030
COPY --from=build ./src/frontend/server /server
3131
COPY --from=build ./src/frontend/build /client

0 commit comments

Comments
 (0)