Skip to content

Commit

Permalink
Bump node from 23.1-alpine3.20 to 23.2-alpine3.20 in /web (#449)
Browse files Browse the repository at this point in the history
Bumps node from 23.1-alpine3.20 to 23.2-alpine3.20.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 20, 2024
1 parent a820001 commit a14c4cd
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.1-alpine3.20@sha256:340cd3926b5116aae1207d6ca1e444d1009aad687c4ad37aa3afbe8a3db591d5 AS build
FROM node:23.2-alpine3.20@sha256:ecefaffd4706c5879af52e022fdb8ea30cbd6590e2a30d05347790d690727c6c AS build

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

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

FROM node:23.1-alpine3.20@sha256:340cd3926b5116aae1207d6ca1e444d1009aad687c4ad37aa3afbe8a3db591d5
FROM node:23.2-alpine3.20@sha256:ecefaffd4706c5879af52e022fdb8ea30cbd6590e2a30d05347790d690727c6c

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

0 comments on commit a14c4cd

Please sign in to comment.