feat: Update OpenClaw to version 2026.2.21-2; add share and media mounts; update documentation and translations

This commit is contained in:
techartdev
2026-02-22 17:59:08 +02:00
parent 8d577356b3
commit a5363b9cfc
5 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ USER root
# Install OpenClaw globally
RUN npm config set fund false && npm config set audit false \
&& npm install -g openclaw@2026.2.17
&& npm install -g openclaw@2026.2.21-2
# Shell aliases and color options for interactive use
RUN tee -a /etc/bash.bashrc <<'EOF'