From ae91477976dc5277421a2fbe7f4e87fba8db820d Mon Sep 17 00:00:00 2001 From: Arjun Komath Date: Sun, 15 Mar 2026 13:16:02 +1100 Subject: [PATCH] Add clawhub --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4915b5d..c0e3387 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.13 +RUN npm install -g openclaw@2026.3.13 clawhub@latest WORKDIR /app