diff --git a/openclaw_assistant/Dockerfile b/openclaw_assistant/Dockerfile index 6a0a8ad..6e3daac 100644 --- a/openclaw_assistant/Dockerfile +++ b/openclaw_assistant/Dockerfile @@ -97,7 +97,7 @@ USER root # Install OpenClaw globally RUN npm config set fund false && npm config set audit false \ - && npm install -g openclaw@2026.2.9-3 + && npm install -g openclaw@2026.2.9 COPY run.sh /run.sh COPY oc_config_helper.py /oc_config_helper.py