From 816289497c94db81fec6af2b0a5dbc7f1ee65399 Mon Sep 17 00:00:00 2001 From: Zino Hofmann Date: Sat, 7 Feb 2026 14:26:45 +0000 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=E2=AC=86=EF=B8=8F=20bump=20opencla?= =?UTF-8?q?w=20to=202026.2.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 340183e46..9d275a7e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN npm install -g pnpm # Install OpenClaw (formerly clawdbot/moltbot) # Pin to specific version for reproducible builds -RUN npm install -g openclaw@2026.2.3 \ +RUN npm install -g openclaw@2026.2.6 \ && openclaw --version # Create OpenClaw directories @@ -32,7 +32,7 @@ RUN mkdir -p /root/.openclaw \ && mkdir -p /root/clawd/skills # Copy startup script -# Build cache bust: 2026-02-06-v29-sync-workspace +# Build cache bust: 2026-02-07-openclaw-2.6-update COPY start-openclaw.sh /usr/local/bin/start-openclaw.sh RUN chmod +x /usr/local/bin/start-openclaw.sh From 1477cda64f577db0f931bb4991a18581adb41bbe Mon Sep 17 00:00:00 2001 From: Zino Hofmann Date: Sun, 8 Feb 2026 11:11:05 +0000 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20=E2=AC=86=EF=B8=8F=20bump=20opencla?= =?UTF-8?q?w=20to=202026.2.6-3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9d275a7e0..cb5f8bab9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN npm install -g pnpm # Install OpenClaw (formerly clawdbot/moltbot) # Pin to specific version for reproducible builds -RUN npm install -g openclaw@2026.2.6 \ +RUN npm install -g openclaw@2026.2.6-3 \ && openclaw --version # Create OpenClaw directories @@ -32,7 +32,7 @@ RUN mkdir -p /root/.openclaw \ && mkdir -p /root/clawd/skills # Copy startup script -# Build cache bust: 2026-02-07-openclaw-2.6-update +# Build cache bust: 2026-02-08-openclaw-2.6-update COPY start-openclaw.sh /usr/local/bin/start-openclaw.sh RUN chmod +x /usr/local/bin/start-openclaw.sh