chore(deps): bump node from 22-slim to 25-slim (#8922)

Bumps node from 22-slim to 25-slim.

---
updated-dependencies:
- dependency-name: node
  dependency-version: 25-slim
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] authored and GitHub committed 2026-03-10 07:31:03 +01:00
1 parent b48920ecf6
commit 6bdfefda96
1 file changed
+1 -1
+1 -1
View File
@@ -292,7 +292,7 @@ EOT
###################################
# Build React UI
FROM node:22-slim AS react-ui-builder
FROM node:25-slim AS react-ui-builder
WORKDIR /app
COPY core/http/react-ui/package*.json ./
RUN npm install