From 03ed681ffd40f96c106da87214d883a0559c6080 Mon Sep 17 00:00:00 2001 From: Arjun Komath Date: Sun, 19 Apr 2026 16:20:23 +1000 Subject: [PATCH] Update openclaw 2026.4.15 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 441e231..cf521b9 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.14 clawhub@latest +RUN npm install -g openclaw@2026.4.15 clawhub@latest WORKDIR /app