We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a2fd53 commit 7f9dd79Copy full SHA for 7f9dd79
Dockerfile
@@ -79,7 +79,7 @@ RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /
79
rm -rf /var/lib/apt/lists/*
80
81
# install claude cli + additional npm tools
82
-RUN npm install -g @anthropic-ai/claude-code@latest \
+RUN npm install -g @anthropic-ai/claude-code@2.0.50 \
83
eslint \
84
prettier \
85
typescript \
0 commit comments