Skip to content

Commit

Permalink
chore: upgrade node to v18
Browse files Browse the repository at this point in the history
Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com>
  • Loading branch information
HumairAK committed May 6, 2024
1 parent 804ee00 commit 32c4828
Show file tree
Hide file tree
Showing 3 changed files with 394 additions and 165 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 32c4828

Please sign in to comment.