From 23d379fa41db751ebb4cfc94282148ff70d6e27c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 21:18:13 -0500 Subject: [PATCH] build(deps): bump node from 24.8-trixie-slim to 25.2-trixie-slim in /containers/app (#11756) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Graham Neubig --- containers/app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/app/Dockerfile b/containers/app/Dockerfile index 1fc86c023f..c28c623e48 100644 --- a/containers/app/Dockerfile +++ b/containers/app/Dockerfile @@ -1,5 +1,5 @@ ARG OPENHANDS_BUILD_VERSION=dev -FROM node:24.8-trixie-slim AS frontend-builder +FROM node:25.2-trixie-slim AS frontend-builder WORKDIR /app