diff --git a/Dockerfile b/Dockerfile index f08a8653..9fa0293a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.9.0 AS xx # ---- Frontend Builder ---- # Build the frontend using the BUILDPLATFORM to avoid arm64 musl Rollup native issues -FROM --platform=$BUILDPLATFORM node:24.11.1-alpine AS frontend-builder +FROM --platform=$BUILDPLATFORM node:24.12.0-alpine AS frontend-builder WORKDIR /app/frontend # Copy frontend package files