We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a1c92 commit 8fb787eCopy full SHA for 8fb787e
Dockerfile
@@ -12,7 +12,7 @@ WORKDIR /data
12
RUN mkdir -p /data && chown node:node /data
13
14
# Install OpenClaw globally from npm
15
-RUN npm install -g openclaw@2026.2.12
+RUN npm install -g openclaw@2026.2.15
16
17
# Redirect future npm global installs to persistent volume
18
ENV NPM_CONFIG_PREFIX=/data/.npm-global
0 commit comments