Bump OpenClaw to 2026.2.23

This commit is contained in:
techartdev
2026-02-24 17:36:00 +02:00
parent b5a3e3ccde
commit 55d678c7ef
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ USER root
# Install OpenClaw globally
RUN npm config set fund false && npm config set audit false \
&& npm install -g openclaw@2026.2.22-2
&& npm install -g openclaw@2026.2.23
# Shell aliases and color options for interactive use
RUN tee -a /etc/bash.bashrc <<'EOF'