diff --git a/Dockerfile b/Dockerfile index a5467679df6..6be20c514bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:23-alpine +FROM node:25-alpine # For some extra dependencies... RUN apk add --no-cache dumb-init git bash