diff --git a/claude-code/Dockerfile b/claude-code/Dockerfile index a460f7708..5eb0dd758 100644 --- a/claude-code/Dockerfile +++ b/claude-code/Dockerfile @@ -1,6 +1,6 @@ FROM debian:bookworm-slim -ARG CLAUDE_CODE_VERSION=2.1.143 +ARG CLAUDE_CODE_VERSION=2.1.144 LABEL version="${CLAUDE_CODE_VERSION}" diff --git a/claude-code/goss/goss.yaml b/claude-code/goss/goss.yaml index fc35e09d0..48939106e 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.143 + - 2.1.144 diff --git a/claude-code/variant.lock b/claude-code/variant.lock index 8f1c7458f..9009594d6 100644 --- a/claude-code/variant.lock +++ b/claude-code/variant.lock @@ -1,7 +1,7 @@ dependencies: claude_code: - version: 2.1.143 - previousVersion: 2.1.142 + version: 2.1.144 + previousVersion: 2.1.143 versions: - 2.1.100 - 2.1.105 @@ -35,3 +35,4 @@ dependencies: - 2.1.141 - 2.1.142 - 2.1.143 + - 2.1.144