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