Skip to content

Commit 949b5a7

Browse files
author
ide-coder
committed
限定claude 版本
1 parent 8af7f0b commit 949b5a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash - \
9494

9595
# Configure npm mirror and install pnpm, yarn, iflow-cli, claude-code
9696
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 \
97+
&& npm install -g pnpm yarn @iflow-ai/iflow-cli@latest @anthropic-ai/claude-code@2.1.41 \
9898
&& pnpm config set registry https://registry.npmmirror.com \
9999
&& yarn config set registry https://registry.npmmirror.com
100100

0 commit comments

Comments
 (0)