We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cb1ca7 commit 63b3376Copy full SHA for 63b3376
Dockerfile
@@ -8,7 +8,7 @@
8
# worry about Docker unless the build/run process changes.
9
10
# Build stage
11
-FROM node:21-alpine AS build
+FROM node:22-alpine AS build
12
13
# Install build dependencies
14
RUN apk add --no-cache git python3 make g++ \
0 commit comments