From a480c3d30f678d1affac2d15f5f1909482d04a78 Mon Sep 17 00:00:00 2001 From: "kiloconnect[bot]" <240665456+kiloconnect[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 00:15:56 +0000 Subject: [PATCH] feat(kiloclaw): bump openclaw to version 2026.3.1 --- kiloclaw/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kiloclaw/Dockerfile b/kiloclaw/Dockerfile index 3874268a1..ac8a9b383 100644 --- a/kiloclaw/Dockerfile +++ b/kiloclaw/Dockerfile @@ -42,7 +42,7 @@ RUN npm install -g pnpm # Install OpenClaw # Pin to specific version for reproducible builds -RUN npm install -g openclaw@2026.2.26 \ +RUN npm install -g openclaw@2026.3.1 \ && openclaw --version # Install ClawHub CLI @@ -73,7 +73,7 @@ RUN mkdir -p /root/.openclaw \ && mkdir -p /root/clawd/skills # Copy startup script -# Build cache bust: 2026-02-27-v57-openclaw-2026.2.26-1password-arch-fix +# Build cache bust: 2026-03-03-v58-openclaw-2026.3.1 RUN echo "7" COPY start-openclaw.sh /usr/local/bin/start-openclaw.sh COPY openclaw-pairing-list.js /usr/local/bin/openclaw-pairing-list.js