fix(deps): update weekly-non-major-updates

This commit is contained in:
renovate[bot]
2026-01-15 03:41:31 +00:00
committed by GitHub Actions
parent e1e840bac1
commit 55e88a861c

View File

@@ -60,7 +60,11 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
# ---- Frontend Builder ----
# Build the frontend using the BUILDPLATFORM to avoid arm64 musl Rollup native issues
<<<<<<< HEAD
FROM --platform=$BUILDPLATFORM node:24.13.0-slim AS frontend-builder
=======
FROM --platform=$BUILDPLATFORM node:24.13.0-alpine AS frontend-builder
>>>>>>> 45def8e3 (fix(deps): update weekly-non-major-updates)
WORKDIR /app/frontend
# Copy frontend package files