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
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN npm install -g pnpm

# Install OpenClaw (formerly clawdbot/moltbot)
# Pin to specific version for reproducible builds
RUN npm install -g openclaw@2026.2.3 \
RUN npm install -g openclaw@2026.2.6-3 \
&& openclaw --version

# Create OpenClaw directories
Expand All @@ -32,7 +32,7 @@ RUN mkdir -p /root/.openclaw \
&& mkdir -p /root/clawd/skills

# Copy startup script
# Build cache bust: 2026-02-06-v29-sync-workspace
# Build cache bust: 2026-02-08-openclaw-2.6-update
COPY start-openclaw.sh /usr/local/bin/start-openclaw.sh
RUN chmod +x /usr/local/bin/start-openclaw.sh

Expand Down