Skip to content

Commit 6bdfefd

Browse files
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>
1 parent b48920e commit 6bdfefd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ EOT
292292
###################################
293293

294294
# Build React UI
295-
FROM node:22-slim AS react-ui-builder
295+
FROM node:25-slim AS react-ui-builder
296296
WORKDIR /app
297297
COPY core/http/react-ui/package*.json ./
298298
RUN npm install

0 commit comments

Comments
 (0)