Skip to content

Commit

Permalink
build(deps): bump node from 22.9.0-alpine to 23.1.0-alpine
Browse files Browse the repository at this point in the history
Bumps node from 22.9.0-alpine to 23.1.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 Oct 28, 2024
1 parent 20b4e8d commit 9c8f5e5
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.1.0-alpine@sha256:1467ea23cce893347696b155b9e00e7f0ac7d21555eb6f27236f1328212e045e 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.1.0-alpine@sha256:1467ea23cce893347696b155b9e00e7f0ac7d21555eb6f27236f1328212e045e AS bundle

WORKDIR /app

Expand Down

0 comments on commit 9c8f5e5

Please sign in to comment.