Skip to content

Commit

Permalink
Update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
matt8707 committed May 3, 2024
1 parent 816bcd9 commit e448b4b
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 @@
# first stage, can't use alpine for building armv7
FROM node:21 AS builder
FROM node:22 AS builder
WORKDIR /app

# copy all files
Expand All @@ -11,7 +11,7 @@ RUN npm install --verbose && \
npm prune --omit=dev

# second stage
FROM node:21-alpine
FROM node:22-alpine
WORKDIR /app

# copy files to /app
Expand Down

0 comments on commit e448b4b

Please sign in to comment.