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