Skip to content

Commit

Permalink
Bump node from 003f9b9 to d03e75e in /web
Browse files Browse the repository at this point in the history
Bumps node from `003f9b9` to `d03e75e`.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 4e9b5fc commit 7a6891e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:23.3-alpine3.20@sha256:003f9b956230ceea532bfe67174c4ba3a91a36884338d75626ea3d0371693577 AS build
FROM node:23.3-alpine3.20@sha256:d03e75e7ba1385c2944f4cc374eb5abe0715234f87da5121dbd64f7262ad10df AS build

WORKDIR /app
COPY package.json .
Expand All @@ -7,7 +7,7 @@ COPY . .

# ----------------------------------------------------------------------------

FROM node:23.3-alpine3.20@sha256:003f9b956230ceea532bfe67174c4ba3a91a36884338d75626ea3d0371693577
FROM node:23.3-alpine3.20@sha256:d03e75e7ba1385c2944f4cc374eb5abe0715234f87da5121dbd64f7262ad10df

WORKDIR /app
COPY --from=build /app .
Expand Down

0 comments on commit 7a6891e

Please sign in to comment.