Skip to content

Commit

Permalink
Bump node from 23.6.1-alpine3.20 to 23.7.0-alpine3.20
Browse files Browse the repository at this point in the history
Bumps node from 23.6.1-alpine3.20 to 23.7.0-alpine3.20.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent f3e550d commit ecd9563
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:23.6.1-alpine3.20@sha256:dd3250c7d36069dfcdc4864887085a057d781dfedb8ba2467ef97f34ceee260a AS build
FROM node:23.7.0-alpine3.20@sha256:3ac002b133fd3737c44b66f0d023f5d75c7a1ddec71954fa06486aed6aead888 AS build

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

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

FROM node:23.6.1-alpine3.20@sha256:dd3250c7d36069dfcdc4864887085a057d781dfedb8ba2467ef97f34ceee260a
FROM node:23.7.0-alpine3.20@sha256:3ac002b133fd3737c44b66f0d023f5d75c7a1ddec71954fa06486aed6aead888

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

0 comments on commit ecd9563

Please sign in to comment.