diff --git a/Dockerfile b/Dockerfile index 4f488002912..0ac6f03e036 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build static frontend assets. -FROM node:25.2-alpine as build +FROM node:26.4-alpine as build ENV NODE_ENV production