Skip to content

Commit

Permalink
chore(deps): update node.js to cb24453 (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-jeeves[bot] authored Dec 3, 2024
1 parent c10e757 commit 53b706e
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:5c76d05034644fa8ecc9c2aa84e0a83cd981d0ef13af5455b87b9adf5b216561 AS build
FROM node:22@sha256:cb244536f6047c0057f1c6d90ae404880155c49b78fe2e8f25ef90c4fa7127a6 AS build

WORKDIR /app

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

FROM node:22@sha256:5c76d05034644fa8ecc9c2aa84e0a83cd981d0ef13af5455b87b9adf5b216561 AS run
FROM node:22@sha256:cb244536f6047c0057f1c6d90ae404880155c49b78fe2e8f25ef90c4fa7127a6 AS run

ENV NODE_ENV=production

Expand Down

0 comments on commit 53b706e

Please sign in to comment.