Skip to content

Commit 0d22cd4

Browse files
authored
Pin @anthropic-ai/claude-code to version 2.1.175 in Dockerfile
1 parent d85917e commit 0d22cd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ RUN . /home/vscode/.nix-profile/etc/profile.d/nix.sh \
6060
# Claude Code CLI — installed to a per-user prefix so root isn't required.
6161
RUN . /home/vscode/.nix-profile/etc/profile.d/nix.sh \
6262
&& npm config set prefix /home/vscode/.npm-global \
63-
&& npm install -g @anthropic-ai/claude-code
63+
&& npm install -g @anthropic-ai/claude-code@2.1.175
6464

6565
# Wire up nix-direnv, then hook direnv into interactive shells. Order matters:
6666
# Nix must be sourced before the direnv hook so the profile PATH is in place when

0 commit comments

Comments
 (0)