We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba621d8 commit e267a5dCopy full SHA for e267a5d
1 file changed
Dockerfile
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
12
&& curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
13
&& apt-get install -y --no-install-recommends nodejs \
14
&& npm install -g @anthropic-ai/claude-code@latest \
15
- && npm install -g openclaw@latest \
+ && npm install -g openclaw@2026.3.23-2 \
16
&& npm install -g clawhub@latest \
17
&& npm install -g @playwright/cli@latest \
18
&& apt-get clean \
0 commit comments