Skip to content

Commit

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

| Package | Type | Update | Change |
|---|---|---|---|
| [node](https://togithub.com/nodejs/node) | final | digest | `ff9d960`
-> `bda5312` |
| [node](https://togithub.com/nodejs/node) | stage | digest | `ff9d960`
-> `bda5312` |

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

Co-authored-by: repo-jeeves[bot] <106431701+repo-jeeves[bot]@users.noreply.github.com>
  • Loading branch information
repo-jeeves[bot] authored Apr 24, 2024
1 parent b61e8ba commit 9fc7773
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:21@sha256:ff9d96004d63e65fe480ed19a642106eafa2c8ea3952f079f45307c2cb5d6bf2 AS build
FROM node:21@sha256:bda531283f4bafd1cb41294493de89ae3c4cf55933da14710e46df970e77365e AS build

WORKDIR /app

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

FROM node:21@sha256:ff9d96004d63e65fe480ed19a642106eafa2c8ea3952f079f45307c2cb5d6bf2 AS run
FROM node:21@sha256:bda531283f4bafd1cb41294493de89ae3c4cf55933da14710e46df970e77365e AS run

ENV NODE_ENV=production

Expand Down

0 comments on commit 9fc7773

Please sign in to comment.