Update OpenClaw version to 0.5.35 and add gateway mode configuration

This commit is contained in:
techartdev
2026-02-06 11:58:44 +02:00
parent b2c9c17da5
commit ea9c70be5c
8 changed files with 47 additions and 11 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ USER root
# Install OpenClaw globally
RUN npm config set fund false && npm config set audit false \
&& npm install -g openclaw@2026.2.2-3
&& npm install -g openclaw@2026.2.3-1
COPY run.sh /run.sh
COPY oc_config_helper.py /oc_config_helper.py