From febdd5b4ec717ecc9616907027fe929f7d165b5a Mon Sep 17 00:00:00 2001 From: Arjun Komath Date: Sat, 28 Mar 2026 13:23:21 +1100 Subject: [PATCH] Update OpenClaw --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6b2dbc5..6d8b714 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.23 clawhub@latest +RUN npm install -g openclaw@2026.3.24 clawhub@latest WORKDIR /app