Skip to content

Commit 63007ad

Browse files
committed
Updated scripts.
1 parent 4d4dfd2 commit 63007ad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

eng/docker/Dockerfile.claude

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ENV USERPROFILE=C:\\Users\\ContainerAdministrator
7979

8080
# Install Claude CLI and configure using cmd shell to avoid HCS issues with PowerShell
8181
SHELL ["cmd", "/S", "/C"]
82-
RUN C:\nodejs\npm.cmd install --global @anthropic-ai/claude-code@2.1.34
82+
RUN C:\nodejs\npm.cmd install --global @anthropic-ai/claude-code@2.1.81
8383
RUN mkdir C:\Users\ContainerAdministrator\.claude && echo {"hasCompletedOnboarding": true} > C:\Users\ContainerAdministrator\.claude.json && echo {"alwaysThinkingEnabled": true, "spinnerTipsEnabled": false} > C:\Users\ContainerAdministrator\.claude\settings.json
8484

8585
# Restore PowerShell shell using full path

eng/docker/Dockerfile.claude.win2022

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ENV USERPROFILE=C:\\Users\\ContainerAdministrator
7979

8080
# Install Claude CLI and configure using cmd shell to avoid HCS issues with PowerShell
8181
SHELL ["cmd", "/S", "/C"]
82-
RUN C:\nodejs\npm.cmd install --global @anthropic-ai/claude-code@2.1.34
82+
RUN C:\nodejs\npm.cmd install --global @anthropic-ai/claude-code@2.1.81
8383
RUN mkdir C:\Users\ContainerAdministrator\.claude && echo {"hasCompletedOnboarding": true} > C:\Users\ContainerAdministrator\.claude.json && echo {"alwaysThinkingEnabled": true, "spinnerTipsEnabled": false} > C:\Users\ContainerAdministrator\.claude\settings.json
8484

8585
# Restore PowerShell shell using full path

0 commit comments

Comments
 (0)