From 787977fb7d39027b3818d296f2aa20ae67893fe4 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Tue, 14 Apr 2026 06:33:44 +0000 Subject: [PATCH] Automated update --- claude-code/Dockerfile | 2 +- claude-code/goss/goss.yaml | 2 +- claude-code/variant.lock | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/claude-code/Dockerfile b/claude-code/Dockerfile index 373427537..a1a6ffaa5 100644 --- a/claude-code/Dockerfile +++ b/claude-code/Dockerfile @@ -1,6 +1,6 @@ FROM debian:bookworm-slim -ARG CLAUDE_CODE_VERSION=2.1.105 +ARG CLAUDE_CODE_VERSION=2.1.107 LABEL version="${CLAUDE_CODE_VERSION}" diff --git a/claude-code/goss/goss.yaml b/claude-code/goss/goss.yaml index 71db1504f..e874e3720 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.105 + - 2.1.107 git --version: exit-status: 0 jq --version: diff --git a/claude-code/variant.lock b/claude-code/variant.lock index f16d7610d..8a38c3bd8 100644 --- a/claude-code/variant.lock +++ b/claude-code/variant.lock @@ -1,7 +1,8 @@ dependencies: claude_code: - version: 2.1.105 - previousVersion: 2.1.100 + version: 2.1.107 + previousVersion: 2.1.105 versions: - 2.1.100 - 2.1.105 + - 2.1.107