diff --git a/Dockerfile b/Dockerfile index 6d8b714..8d3b27e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN apt-get update \ zip \ && rm -rf /var/lib/apt/lists/* -RUN npm install -g openclaw@2026.3.24 clawhub@latest +RUN npm install -g openclaw@2026.3.28 clawhub@latest WORKDIR /app