diff --git a/Dockerfile b/Dockerfile index 4f488002912..714be4f7d45 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.9-alpine as build ENV NODE_ENV production