diff --git a/claude-code/Dockerfile b/claude-code/Dockerfile index ac23e17aa..ca24a38e2 100644 --- a/claude-code/Dockerfile +++ b/claude-code/Dockerfile @@ -1,6 +1,6 @@ FROM debian:bookworm-slim -ARG CLAUDE_CODE_VERSION=2.1.113 +ARG CLAUDE_CODE_VERSION=2.1.114 LABEL version="${CLAUDE_CODE_VERSION}" diff --git a/claude-code/goss/goss.yaml b/claude-code/goss/goss.yaml index 9cc2cae9f..734f68eb6 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.113 + - 2.1.114 git --version: exit-status: 0 jq --version: diff --git a/claude-code/variant.lock b/claude-code/variant.lock index 2be81a7e4..acaa59b8d 100644 --- a/claude-code/variant.lock +++ b/claude-code/variant.lock @@ -1,7 +1,7 @@ dependencies: claude_code: - version: 2.1.113 - previousVersion: 2.1.112 + version: 2.1.114 + previousVersion: 2.1.113 versions: - 2.1.100 - 2.1.105 @@ -12,3 +12,4 @@ dependencies: - 2.1.111 - 2.1.112 - 2.1.113 + - 2.1.114