Skip to content

Commit

Permalink
chore(deps): update node.js to 4f7fb7f (#370)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [node](https://redirect.github.com/nodejs/node) | final | digest |
`99981c3` -> `4f7fb7f` |
| [node](https://redirect.github.com/nodejs/node) | stage | digest |
`99981c3` -> `4f7fb7f` |

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->

Co-authored-by: repo-jeeves[bot] <106431701+repo-jeeves[bot]@users.noreply.github.com>
  • Loading branch information
repo-jeeves[bot] authored Jan 14, 2025
1 parent 7dc4927 commit 4b406b0
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:99981c3d1aac0d98cd9f03f74b92dddf30f30ffb0b34e6df8bd96283f62f12c6 AS build
FROM node:22@sha256:4f7fb7f5f716f2175f5e7716f2a6cb310e82f3c72152b78d8c1ff58068988c0b AS build

WORKDIR /app

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

FROM node:22@sha256:99981c3d1aac0d98cd9f03f74b92dddf30f30ffb0b34e6df8bd96283f62f12c6 AS run
FROM node:22@sha256:4f7fb7f5f716f2175f5e7716f2a6cb310e82f3c72152b78d8c1ff58068988c0b AS run

ENV NODE_ENV=production

Expand Down

0 comments on commit 4b406b0

Please sign in to comment.