Skip to content

Commit

Permalink
chore(deps): update node.js to 838b155
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 25, 2025
1 parent 62d54a4 commit 2a62fe0
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
@@ -1,12 +1,12 @@
FROM node:20.18.3@sha256:09b38290270d132b895814d9b54602635dbe146ed3ee65b04619922fe4ef6415 as build-console
FROM node:20.18.3@sha256:838b155fc11963cd4d2c97c53aa30432aba40a89c66719788c65ecf6f8dc975a as build-console

WORKDIR /home/node/app/console
COPY ./console/package.json ./console/package-lock.json /home/node/app/console/
RUN npm ci --no-audit
COPY ./console /home/node/app/console
RUN npm run build

FROM node:20.18.3@sha256:09b38290270d132b895814d9b54602635dbe146ed3ee65b04619922fe4ef6415 as build-server
FROM node:20.18.3@sha256:838b155fc11963cd4d2c97c53aa30432aba40a89c66719788c65ecf6f8dc975a as build-server

WORKDIR /home/node/app
COPY ./server/package.json ./server/package-lock.json /home/node/app/
Expand Down

0 comments on commit 2a62fe0

Please sign in to comment.