We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 505115e commit dd60d36Copy full SHA for dd60d36
2 files changed
openclaw_assistant/Dockerfile
@@ -114,7 +114,7 @@ USER root
114
115
# Install OpenClaw globally
116
RUN npm config set fund false && npm config set audit false \
117
- && npm install -g openclaw@2026.4.2
+ && npm install -g openclaw@2026.4.9
118
119
# Shell aliases and color options for interactive use
120
RUN tee -a /etc/bash.bashrc <<'EOF'
openclaw_assistant/config.yaml
@@ -1,5 +1,5 @@
1
name: OpenClaw Assistant
2
-version: "0.5.66"
+version: "0.5.67"
3
slug: openclaw_assistant
4
description: Run OpenClaw Assistant (OpenClaw-compatible) as a Home Assistant add-on.
5
url: https://github.com/techartdev/OpenClawHomeAssistant
0 commit comments