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 d85917e commit 0d22cd4Copy full SHA for 0d22cd4
1 file changed
.devcontainer/Dockerfile
@@ -60,7 +60,7 @@ RUN . /home/vscode/.nix-profile/etc/profile.d/nix.sh \
60
# Claude Code CLI — installed to a per-user prefix so root isn't required.
61
RUN . /home/vscode/.nix-profile/etc/profile.d/nix.sh \
62
&& npm config set prefix /home/vscode/.npm-global \
63
- && npm install -g @anthropic-ai/claude-code
+ && npm install -g @anthropic-ai/claude-code@2.1.175
64
65
# Wire up nix-direnv, then hook direnv into interactive shells. Order matters:
66
# Nix must be sourced before the direnv hook so the profile PATH is in place when
0 commit comments