Skip to content

Commit

Permalink
Merge pull request kubeflow#37 from HumairAK/update-node
Browse files Browse the repository at this point in the history
chore: upgrade node to v18
  • Loading branch information
HumairAK authored May 10, 2024
2 parents 699beab + bb188cd commit 7bd866d
Show file tree
Hide file tree
Showing 4 changed files with 52,634 additions and 40,889 deletions.
4 changes: 2 additions & 2 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.21.3 as build
FROM node:18.18.2 as build

ARG COMMIT_HASH
ENV COMMIT_HASH=${COMMIT_HASH}
Expand All @@ -25,7 +25,7 @@ RUN mkdir -p ./server/dist && \
# concatenate them to one file under ./src/server
RUN ./scripts/yarn-licenses.sh

FROM node:14.21.3-alpine3.17
FROM node:18.18.2-alpine3.17

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

0 comments on commit 7bd866d

Please sign in to comment.