diff --git a/Dockerfile b/Dockerfile index def064bec..3d45b071d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build static frontend files -FROM node:25-alpine AS builder +FROM node:26-alpine AS builder WORKDIR /app