From 7d1fcd4d1d8179d8a0abd31adb11fb1a3cd7777d Mon Sep 17 00:00:00 2001 From: Amp Date: Mon, 20 Jul 2026 12:02:09 +0000 Subject: [PATCH] chore: bump OpenClaw to 2026.7.1-2 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