Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

fix: update Dockerfile version pins to latest releases#27

Merged
whoabuddy merged 2 commits into
mainfrom
fix/update-dockerfile-pins
Feb 20, 2026
Merged

fix: update Dockerfile version pins to latest releases#27
whoabuddy merged 2 commits into
mainfrom
fix/update-dockerfile-pins

Conversation

@whoabuddy

Copy link
Copy Markdown
Contributor

Summary

  • OpenClaw base image: 2026.2.22026.2.19
  • @aibtc/mcp-server: 1.22.21.24.1 (includes nonce/inbox reliability fixes from v1.24.1)
  • Fix missing chown on /usr/local/bin/aibtc-mcp-server symlink so the node user can self-update

Test plan

  • docker compose build --no-cache succeeds
  • Agent starts and responds in Telegram
  • mcporter call aibtc.get_wallet_info returns wallet data

Closes #26

🤖 Generated with Claude Code

- OpenClaw: 2026.2.2 → 2026.2.19
- @aibtc/mcp-server: 1.22.2 → 1.24.1 (includes nonce/inbox reliability fixes)
- Fix missing chown on /usr/local/bin/aibtc-mcp-server symlink

Closes #26

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings February 19, 2026 23:32

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the container image to newer upstream releases and adjusts ownership to support runtime updates of globally installed MCP tooling.

Changes:

  • Bump OpenClaw base image tag from 2026.2.2 to 2026.2.19.
  • Bump @aibtc/mcp-server from 1.22.2 to 1.24.1.
  • Add an ownership change for /usr/local/bin/aibtc-mcp-server to support self-updating as the node user.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Dockerfile Outdated
Comment thread Dockerfile Outdated
Comment thread Dockerfile Outdated
Comment thread Dockerfile
- Drop -R from chown on /usr/local/bin symlinks since they are
  files/symlinks, not directories (avoids misleading recursion)
- Also chown the mcporter symlink so both global tools can be
  updated by the node user

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@whoabuddy whoabuddy merged commit c590a1c into main Feb 20, 2026
8 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dockerfile pins outdated versions of OpenClaw and @aibtc/mcp-server

2 participants