diff --git a/Dockerfile b/Dockerfile index 79afec7..fef1078 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get update \ unzip \ && rm -rf /var/lib/apt/lists/* -RUN npm install -g openclaw@2026.6.10 +RUN npm install -g openclaw@2026.6.11 RUN npm install -g clawhub@latest WORKDIR /app