Skip to content
Closed
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.24 \
RUN npm install -g openclaw@2026.4.2 \
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 introduces a breaking Firecrawl config migration that KiloClaw does not handle yet

openclaw@2026.4.2 moves Firecrawl web fetch auth from tools.web.fetch.firecrawl.* to plugins.entries.firecrawl.config.webFetch.*, but KiloClaw still validates and re-patches the old key via customSecretMeta/KILOCLAW_SECRET_CONFIG_PATHS (kiloclaw/packages/secret-catalog/src/catalog.ts:463, kiloclaw/controller/src/config-writer.ts:351). On restart, openclaw doctor --fix will migrate the config file and then generateBaseConfig() reintroduces the stale path, so existing Firecrawl integrations can lose their API key after this image update.

&& openclaw --version

# Install ClawHub CLI
Expand Down
Loading