Skip to content

Commit 63b3376

Browse files
committed
dev: try upgrading docker node version
1 parent 0cb1ca7 commit 63b3376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# worry about Docker unless the build/run process changes.
99

1010
# Build stage
11-
FROM node:21-alpine AS build
11+
FROM node:22-alpine AS build
1212

1313
# Install build dependencies
1414
RUN apk add --no-cache git python3 make g++ \

0 commit comments

Comments
 (0)