We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8af7f0b commit 949b5a7Copy full SHA for 949b5a7
1 file changed
Dockerfile
@@ -94,7 +94,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash - \
94
95
# Configure npm mirror and install pnpm, yarn, iflow-cli, claude-code
96
RUN npm config set registry https://registry.npmmirror.com --global \
97
- && npm install -g pnpm yarn @iflow-ai/iflow-cli@latest @anthropic-ai/claude-code \
+ && npm install -g pnpm yarn @iflow-ai/iflow-cli@latest @anthropic-ai/claude-code@2.1.41 \
98
&& pnpm config set registry https://registry.npmmirror.com \
99
&& yarn config set registry https://registry.npmmirror.com
100
0 commit comments