Migrate to OpenClaw 2026.1.29 (keep clawdbot shim); bump 0.4.8

This commit is contained in:
root
2026-01-30 16:46:10 +02:00
parent f5718000ed
commit 75efb8c6c1
5 changed files with 27 additions and 9 deletions
+5 -2
View File
@@ -42,9 +42,12 @@ RUN set -eu; \
libstdc++ libgcc libatomic; \
/usr/local/bin/node -v; /usr/local/bin/npm -v
# Install clawdbot globally
# Install OpenClaw globally (successor of Clawdbot)
# We also provide a lightweight `clawdbot` shim for backwards compatibility.
RUN npm config set fund false && npm config set audit false \
&& npm install -g clawdbot
&& npm install -g openclaw@2026.1.29 \
&& printf '%s\n' '#!/usr/bin/env sh' 'exec openclaw "$@"' > /usr/local/bin/clawdbot \
&& chmod +x /usr/local/bin/clawdbot
COPY run.sh /run.sh
COPY nginx.conf.tpl /etc/nginx/nginx.conf.tpl