From 323040d511fb4a3e6c11f4b3e858df2b305653ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 10:25:37 +0000 Subject: [PATCH] build(deps): bump node in /containers/app Bumps node from 25.9-trixie-slim to 26.4-trixie-slim. --- updated-dependencies: - dependency-name: node dependency-version: 26.4-trixie-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- containers/app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/app/Dockerfile b/containers/app/Dockerfile index 9f7dff466..ce562ca67 100644 --- a/containers/app/Dockerfile +++ b/containers/app/Dockerfile @@ -4,7 +4,7 @@ # the one CI pushes. `openhands-app` is the plain app image the enterprise # layers sit on; build it on its own with `--target openhands-app`. ARG OPENHANDS_BUILD_VERSION=dev -FROM node:25.9-trixie-slim AS frontend-builder +FROM node:26.4-trixie-slim AS frontend-builder WORKDIR /app