Skip to content

Commit

Permalink
chore(deps): update node.js to 6eb1af3 (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-jeeves[bot] authored Nov 13, 2024
1 parent 79a748d commit d69b327
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:db556c2974040f7812c7f39c15afb1e8b1901d6e23f1975ff71b5236a1244e52 AS build
FROM node:22@sha256:6eb1af33c8fc1104f23efdd15f1e791570395eab3d0fb597087d18a4ab1f7b65 AS build

WORKDIR /app

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

FROM node:22@sha256:db556c2974040f7812c7f39c15afb1e8b1901d6e23f1975ff71b5236a1244e52 AS run
FROM node:22@sha256:6eb1af33c8fc1104f23efdd15f1e791570395eab3d0fb597087d18a4ab1f7b65 AS run

ENV NODE_ENV=production

Expand Down

0 comments on commit d69b327

Please sign in to comment.