diff --git a/Dockerfile b/Dockerfile index 9dc02af9..6c375c08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:23-alpine AS build +FROM node:25-alpine AS build RUN apk add --no-cache build-base git python3