diff --git a/containers/app/Dockerfile b/containers/app/Dockerfile index 94b17dd28..62b51d76d 100644 --- a/containers/app/Dockerfile +++ b/containers/app/Dockerfile @@ -1,5 +1,5 @@ ARG OPENHANDS_BUILD_VERSION=dev -FROM node:25.8-trixie-slim AS frontend-builder +FROM node:26.1-trixie-slim AS frontend-builder WORKDIR /app