From b6f3ce0b86b3c0832958a6cbf6c3a5a165bd3aee Mon Sep 17 00:00:00 2001 From: TechArtDev Date: Tue, 10 Feb 2026 10:41:51 +0200 Subject: [PATCH] Fix OpenClaw installation command in Dockerfile --- openclaw_assistant/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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