Skip to content

Commit cdf50fd

Browse files
chore(deps): bump node from 25-slim to 26-slim (#9769)
Bumps node from 25-slim to 26-slim. --- updated-dependencies: - dependency-name: node dependency-version: 26-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 bc3fb16 commit cdf50fd

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
@@ -305,7 +305,7 @@ EOT
305305
###################################
306306

307307
# Build React UI
308-
FROM node:25-slim AS react-ui-builder
308+
FROM node:26-slim AS react-ui-builder
309309
WORKDIR /app
310310
COPY core/http/react-ui/package*.json ./
311311
RUN npm install

0 commit comments

Comments
 (0)