Skip to content

Commit 3e8b427

Browse files
committed
Align Docker Node to 22
1 parent d4e2a25 commit 3e8b427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20-alpine as builder
1+
FROM node:22-alpine as builder
22
RUN apk add --no-cache git curl
33

44
WORKDIR /builder
@@ -20,7 +20,7 @@ COPY . .
2020
RUN yarn build
2121

2222
# Create image by copying build artifacts
23-
FROM node:20-alpine as runner
23+
FROM node:22-alpine as runner
2424

2525
# Add curl for HEALTHCHECK
2626
RUN apk add --no-cache curl

0 commit comments

Comments
 (0)