From a229bf9ebc8cd070a5261eea1bfd0919e82e2e7b Mon Sep 17 00:00:00 2001 From: Arjun Komath Date: Mon, 6 Apr 2026 16:17:28 +1000 Subject: [PATCH] Bump openclaw to 2026.4.5 in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5310bc0..601506b 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.2 clawhub@latest +RUN npm install -g openclaw@2026.4.5 clawhub@latest WORKDIR /app