diff --git a/claude-code/Dockerfile b/claude-code/Dockerfile index b3750eef4..5fdaf3e97 100644 --- a/claude-code/Dockerfile +++ b/claude-code/Dockerfile @@ -1,6 +1,6 @@ FROM debian:bookworm-slim -ARG CLAUDE_CODE_VERSION=2.1.123 +ARG CLAUDE_CODE_VERSION=2.1.126 LABEL version="${CLAUDE_CODE_VERSION}" diff --git a/claude-code/goss/goss.yaml b/claude-code/goss/goss.yaml index aac478212..2fe9a0b17 100644 --- a/claude-code/goss/goss.yaml +++ b/claude-code/goss/goss.yaml @@ -5,7 +5,7 @@ command: claude --version: exit-status: 0 stdout: - - 2.1.123 + - 2.1.126 git --version: exit-status: 0 jq --version: diff --git a/claude-code/variant.lock b/claude-code/variant.lock index 471f334d9..b6e6b5b9a 100644 --- a/claude-code/variant.lock +++ b/claude-code/variant.lock @@ -1,7 +1,7 @@ dependencies: claude_code: - version: 2.1.123 - previousVersion: 2.1.122 + version: 2.1.126 + previousVersion: 2.1.123 versions: - 2.1.100 - 2.1.105 @@ -21,3 +21,4 @@ dependencies: - 2.1.121 - 2.1.122 - 2.1.123 + - 2.1.126