Skip to content

Commit

Permalink
build(deps): bump node from 23.3.0-alpine to 23.4.0-alpine
Browse files Browse the repository at this point in the history
Bumps node from 23.3.0-alpine to 23.4.0-alpine.

---
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 Dec 16, 2024
1 parent 2ede553 commit 9ba6579
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,5 +1,5 @@
# compile application
FROM node:23.3.0-alpine@sha256:d03e75e7ba1385c2944f4cc374eb5abe0715234f87da5121dbd64f7262ad10df AS builder
FROM node:23.4.0-alpine@sha256:d319827b3b99cca0153f6049fb584a5a4a0ae49252b6dda2314ef564f9857cf2 AS builder

WORKDIR /app

Expand All @@ -11,7 +11,7 @@ RUN pnpm build
RUN pnpm prune --prod

# bundle application
FROM node:23.3.0-alpine@sha256:d03e75e7ba1385c2944f4cc374eb5abe0715234f87da5121dbd64f7262ad10df AS bundle
FROM node:23.4.0-alpine@sha256:d319827b3b99cca0153f6049fb584a5a4a0ae49252b6dda2314ef564f9857cf2 AS bundle

WORKDIR /app

Expand Down

0 comments on commit 9ba6579

Please sign in to comment.