Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kiloclaw/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN npm install -g pnpm

# Install OpenClaw
# Pin to specific version for reproducible builds
RUN npm install -g openclaw@2026.3.13 \
RUN npm install -g openclaw@2026.3.28 \
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

WARNING: This version bump can break dormant KiloClaw instances on restart

kiloclaw unconditionally runs openclaw doctor --fix --non-interactive against any existing /root/.openclaw/openclaw.json during bootstrap (kiloclaw/controller/src/bootstrap.ts:387). The 2026.3.28 release drops automatic rewrites for legacy configs older than two months, so users who have not restarted recently can fail startup as soon as this image rolls out unless we add an explicit migration/compat check for their persisted configs.

&& openclaw --version

# Install ClawHub CLI
Expand Down
Loading