Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 20b4e8d commit 694ffb5
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:22.9.0-alpine@sha256:c9bb43423a6229aeddf3d16ae6aaa0ff71a0b2951ce18ec8fedb6f5d766cf286 AS builder
FROM node:23.3.0-alpine@sha256:d03e75e7ba1385c2944f4cc374eb5abe0715234f87da5121dbd64f7262ad10df AS builder

WORKDIR /app

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

# bundle application
FROM node:22.9.0-alpine@sha256:c9bb43423a6229aeddf3d16ae6aaa0ff71a0b2951ce18ec8fedb6f5d766cf286 AS bundle
FROM node:23.3.0-alpine@sha256:d03e75e7ba1385c2944f4cc374eb5abe0715234f87da5121dbd64f7262ad10df AS bundle

WORKDIR /app

Expand Down

0 comments on commit 694ffb5

Please sign in to comment.