diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 7794fd9..93a3089 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,6 +1,6 @@ # Pipeline-friendly Dockerfile that builds inside container # Uses Node.js for build (better Rollup compatibility) then Bun for runtime -FROM node:20-alpine AS build +FROM node:25-alpine AS build # Set working directory WORKDIR /app