Skip to content

Commit

Permalink
Bump node from 21-alpine to 22-alpine
Browse files Browse the repository at this point in the history
Bumps node from 21-alpine to 22-alpine.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent c139797 commit 1b86e18
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:21-alpine as build
FROM node:22-alpine as build

WORKDIR /app

Expand All @@ -15,7 +15,7 @@ RUN pnpm run build && \
pnpm prune --prod


FROM node:21-alpine
FROM node:22-alpine

WORKDIR /app

Expand Down

0 comments on commit 1b86e18

Please sign in to comment.