We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f238be4 commit 25d182eCopy full SHA for 25d182e
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
### STAGE 1: Build ###
2
-FROM node:20-alpine AS build
+FROM node:22-alpine AS build
3
4
# Install build dependencies
5
RUN apk add --no-cache python3 make g++
0 commit comments