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