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 1/2] 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 From 94b45c6c367e232f53595e571b4c590680793049 Mon Sep 17 00:00:00 2001 From: aivong-openhands Date: Fri, 20 Mar 2026 14:42:03 -0500 Subject: [PATCH 2/2] PLTF-327: upgrade enterprise nodejs to v24 LTS (#13507) Co-authored-by: openhands --- enterprise/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enterprise/Dockerfile b/enterprise/Dockerfile index 56e4ff2124..2de330d9f8 100644 --- a/enterprise/Dockerfile +++ b/enterprise/Dockerfile @@ -10,7 +10,7 @@ LABEL com.datadoghq.tags.env="${DD_ENV}" # Apply security updates to fix CVEs RUN apt-get update && \ apt-get install -y curl && \ - curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \ + curl -fsSL https://deb.nodesource.com/setup_24.x | bash - && \ apt-get install -y nodejs && \ apt-get install -y jq gettext && \ # Apply security updates for packages with available fixes