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 OpenClaw bump can strand dormant KiloClaw instances with stale configs

KiloClaw runs openclaw doctor --fix --non-interactive on every boot once /root/.openclaw/openclaw.json exists (kiloclaw/controller/src/bootstrap.ts:387), and the manual repair path does the same (kiloclaw/src/durable-objects/kiloclaw-instance/pairing.ts:409). The PR notes that 2026.3.28 no longer auto-migrates config keys older than two months, so existing volumes that have been idle for a while can fail to start immediately after this image rollout. This needs either a compatibility/recovery path or a rollout plan that migrates stale configs before bumping the pinned version.

&& openclaw --version

# Install ClawHub CLI
Expand Down
Loading