We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0756e7 commit ab38c20Copy full SHA for ab38c20
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.17
+RUN npm install -g openclaw@2026.2.19
16
17
# Redirect future npm global installs to persistent volume
18
ENV NPM_CONFIG_PREFIX=/data/.npm-global
0 commit comments