From 52be33db33e0b9fd7a66c5f71b00688867c9d8ca Mon Sep 17 00:00:00 2001 From: Amp Date: Sat, 25 Jul 2026 00:57:54 +0000 Subject: [PATCH] chore: update OpenClaw to 2026.7.1-2 Amp-Thread-ID: https://ampcode.com/threads/T-019f96c5-ef79-7193-bbbc-d428b1059712 Co-authored-by: Arjun Komath --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5fa51aa..89e7f1b 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.7.1 +RUN npm install -g openclaw@2026.7.1-2 RUN npm install -g clawhub@latest WORKDIR /app