From aa44826e6a16d03e36a699b57042edb720cb1f03 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Thu, 9 Jul 2026 00:27:53 +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 090f61f3b..4b5003960 100644 --- a/claude-code/Dockerfile +++ b/claude-code/Dockerfile @@ -1,6 +1,6 @@ FROM debian:bookworm-slim -ARG CLAUDE_CODE_VERSION=2.1.204 +ARG CLAUDE_CODE_VERSION=2.1.205 LABEL version="${CLAUDE_CODE_VERSION}" diff --git a/claude-code/goss/goss.yaml b/claude-code/goss/goss.yaml index f5f20b024..1b9280321 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.204 + - 2.1.205 diff --git a/claude-code/variant.lock b/claude-code/variant.lock index 61c154b8c..e79b9a3bc 100644 --- a/claude-code/variant.lock +++ b/claude-code/variant.lock @@ -1,7 +1,7 @@ dependencies: claude_code: - version: 2.1.204 - previousVersion: 2.1.203 + version: 2.1.205 + previousVersion: 2.1.204 versions: - 2.1.100 - 2.1.105 @@ -84,3 +84,4 @@ dependencies: - 2.1.202 - 2.1.203 - 2.1.204 + - 2.1.205