From cbc380fe4968e599021b81c2aa3ce40b98e3e410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 14:40:23 -0500 Subject: [PATCH] chore(deps): bump node from 25.2-trixie-slim to 25.8-trixie-slim in /containers/app (#13316) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: aivong-openhands --- containers/app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/app/Dockerfile b/containers/app/Dockerfile index c28c623e48..9ea72a41af 100644 --- a/containers/app/Dockerfile +++ b/containers/app/Dockerfile @@ -1,5 +1,5 @@ ARG OPENHANDS_BUILD_VERSION=dev -FROM node:25.2-trixie-slim AS frontend-builder +FROM node:25.8-trixie-slim AS frontend-builder WORKDIR /app