OpenClaw Docker users: 2026.3.13 update missing Docker tags

Docker tag issue with OpenClaw 2026.3.13
OpenClaw version 2026.3.13 has been released, but there's a deployment issue affecting Docker users specifically. The Docker image repository hasn't been tagged with either 'latest' or the specific version '2026.3.13'.
Who's affected and workarounds
Users running OpenClaw from npm or git repositories are unaffected and can update normally. Only Docker-based deployments are impacted.
The source suggests two potential workarounds:
- If you're quick, you can try pulling directly from the main branch before significant code drift occurs. However, this will show as version 2026.3.14 rather than 2026.3.13.
- The recommended approach is to wait for the next release or see if the maintainers add the missing tags later. The source notes that historically, when maintainers have missed gateway or node tags, they haven't gone back to add them.
This type of Docker tagging issue can cause version mismatches and deployment problems in containerized environments. Docker users should verify their current version and tags before attempting any updates.
📖 Read the full source: r/openclaw
👀 See Also

PwC 2026 CEO Survey: 56% Report Zero Financial Return from AI, Only 12% Succeed
PwC surveyed 4,454 CEOs across 95 countries and found 56% report zero financial impact from AI, while only 12% have successfully used AI to both cut costs and grow revenue. The successful 'Vanguard' companies are 3x more likely to apply AI directly to products and services.

MCP Works with Local Models Too — Server Ecosystem Maturing Fast
MCP isn't Claude-only. Local models with function calling work fine. Open Web UI now has basic MCP client. 13B+ models handle multi-step tools best.

ACP Bug Investigation: Protocol Mismatch Causes 'metadata is missing' Error with Local Ollama
A confirmed bug in the ACP/OpenClaw integration prevents acpx spawn commands from working with local Ollama models due to a protocol mismatch where acpx expects JSON but receives text output.

Claude Code v2.1.85 Release: MCP Improvements, Hook Filters, and Bug Fixes
Claude Code v2.1.85 adds environment variables for MCP headersHelper scripts, conditional if fields for hooks to reduce process spawning, and fixes for /compact failures, plugin enable/disable issues, and terminal keyboard problems in Ghostty, Kitty, and WezTerm.