From f65d686dcd33052cc1af90a095f3f0671ffa077c Mon Sep 17 00:00:00 2001 From: Arjun Komath Date: Sun, 3 May 2026 15:24:39 +1000 Subject: [PATCH] Update openclaw --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bed25da..3799487 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.4.27 +RUN npm install -g openclaw@2026.5.2 RUN npm install -g clawhub@latest WORKDIR /app