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