Bump openclaw to 2026.4.5 in Dockerfile

This commit is contained in:
Arjun Komath
2026-04-06 16:17:28 +10:00
parent 4b48399a70
commit a229bf9ebc
+1 -1
View File
@@ -12,7 +12,7 @@ RUN apt-get update \
zip \
&& rm -rf /var/lib/apt/lists/*
RUN npm install -g openclaw@2026.4.2 clawhub@latest
RUN npm install -g openclaw@2026.4.5 clawhub@latest
WORKDIR /app