Update install steps

This commit is contained in:
Arjun Komath
2026-05-02 14:41:05 +10:00
parent 3cf86a05cf
commit 465dbff0e2
+2 -1
View File
@@ -12,7 +12,8 @@ RUN apt-get update \
zip \
&& rm -rf /var/lib/apt/lists/*
RUN npm install -g openclaw@2026.4.29 clawhub@latest
RUN npm install -g openclaw@2026.4.27
RUN npm install -g clawhub@latest
WORKDIR /app