diff --git a/claude-code/Dockerfile b/claude-code/Dockerfile index 531f268005..d58ba3b0c8 100644 --- a/claude-code/Dockerfile +++ b/claude-code/Dockerfile @@ -1,6 +1,6 @@ FROM debian:bookworm-slim -ARG CLAUDE_CODE_VERSION=2.1.187 +ARG CLAUDE_CODE_VERSION=2.1.190 LABEL version="${CLAUDE_CODE_VERSION}" diff --git a/claude-code/goss/goss.yaml b/claude-code/goss/goss.yaml index 422f49a836..fc0b65d782 100644 --- a/claude-code/goss/goss.yaml +++ b/claude-code/goss/goss.yaml @@ -5,4 +5,4 @@ command: claude --version: exit-status: 0 stdout: - - 2.1.187 + - 2.1.190 diff --git a/claude-code/variant.lock b/claude-code/variant.lock index 12d2aef5d6..ba140f0d38 100644 --- a/claude-code/variant.lock +++ b/claude-code/variant.lock @@ -1,7 +1,7 @@ dependencies: claude_code: - version: 2.1.187 - previousVersion: 2.1.186 + version: 2.1.190 + previousVersion: 2.1.187 versions: - 2.1.100 - 2.1.105 @@ -71,3 +71,4 @@ dependencies: - 2.1.185 - 2.1.186 - 2.1.187 + - 2.1.190