diff --git a/Dockerfile b/Dockerfile index 76961e1b..c722fc80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ # worry about Docker unless the build/run process changes. # Build stage -FROM node:21-alpine AS build +FROM node:22-alpine AS build # Install build dependencies RUN apk add --no-cache git python3 make g++ \