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