diff --git a/Dockerfile b/Dockerfile index 16311e4..fda6264 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ============================================ # Stage 1: Build Frontend Assets # ============================================ -FROM node:25-alpine AS asset-builder +FROM node:26-alpine AS asset-builder WORKDIR /build