Skip to content

Commit 4d4dfd2

Browse files
ClaudeComponent: update Claude CLI from 2.1.72 to 2.1.81
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 500bcb4 commit 4d4dfd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PostSharp.Engineering.BuildTools/Docker/ClaudeComponent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace PostSharp.Engineering.BuildTools.Docker;
1414
public class ClaudeComponent : ContainerComponent
1515
{
1616
private const string _minNodeVersion = "22.0.0";
17-
private const string _claudeVersion = "2.1.72";
17+
private const string _claudeVersion = "2.1.81";
1818

1919
public override string Name => "Install Claude CLI";
2020

0 commit comments

Comments
 (0)