diff --git a/Dockerfile b/Dockerfile index b07111259..4d7b0524d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM node:22-alpine AS node-builder +FROM --platform=$BUILDPLATFORM node:26-alpine AS node-builder # Copy all the files that are not in .dockerignore COPY . /app