diff --git a/Dockerfile.dashboard b/Dockerfile.dashboard index 04aed19..aa3536b 100644 --- a/Dockerfile.dashboard +++ b/Dockerfile.dashboard @@ -1,5 +1,5 @@ # Stage 1: build the React dashboard from the pnpm workspace. -FROM node:22-alpine AS web +FROM node:26-alpine AS web ENV CI=true WORKDIR /web RUN corepack enable && corepack prepare pnpm@10.28.1 --activate