diff --git a/claude-code/Dockerfile b/claude-code/Dockerfile index 8498046f2..53e583682 100644 --- a/claude-code/Dockerfile +++ b/claude-code/Dockerfile @@ -1,6 +1,6 @@ FROM debian:bookworm-slim -ARG CLAUDE_CODE_VERSION=2.1.118 +ARG CLAUDE_CODE_VERSION=2.1.119 LABEL version="${CLAUDE_CODE_VERSION}" diff --git a/claude-code/goss/goss.yaml b/claude-code/goss/goss.yaml index 5dfcdae2b..2899533dc 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.118 + - 2.1.119 git --version: exit-status: 0 jq --version: diff --git a/claude-code/variant.lock b/claude-code/variant.lock index d47206ba7..76966a262 100644 --- a/claude-code/variant.lock +++ b/claude-code/variant.lock @@ -1,7 +1,7 @@ dependencies: claude_code: - version: 2.1.118 - previousVersion: 2.1.117 + version: 2.1.119 + previousVersion: 2.1.118 versions: - 2.1.100 - 2.1.105 @@ -16,3 +16,4 @@ dependencies: - 2.1.116 - 2.1.117 - 2.1.118 + - 2.1.119