Skip to content

Commit

Permalink
chore(deps): update node.js to 5c76d05 (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-jeeves[bot] authored Nov 14, 2024
1 parent d69b327 commit 3e85056
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,4 +1,4 @@
FROM node:22@sha256:6eb1af33c8fc1104f23efdd15f1e791570395eab3d0fb597087d18a4ab1f7b65 AS build
FROM node:22@sha256:5c76d05034644fa8ecc9c2aa84e0a83cd981d0ef13af5455b87b9adf5b216561 AS build

WORKDIR /app

Expand All @@ -10,7 +10,7 @@ COPY . .
RUN npm run build
RUN npm prune --production --force

FROM node:22@sha256:6eb1af33c8fc1104f23efdd15f1e791570395eab3d0fb597087d18a4ab1f7b65 AS run
FROM node:22@sha256:5c76d05034644fa8ecc9c2aa84e0a83cd981d0ef13af5455b87b9adf5b216561 AS run

ENV NODE_ENV=production

Expand Down

0 comments on commit 3e85056

Please sign in to comment.