diff --git a/claude-code/Dockerfile b/claude-code/Dockerfile index f88a875b1..1a73176cf 100644 --- a/claude-code/Dockerfile +++ b/claude-code/Dockerfile @@ -1,6 +1,6 @@ FROM debian:bookworm-slim -ARG CLAUDE_CODE_VERSION=2.1.147 +ARG CLAUDE_CODE_VERSION=2.1.148 LABEL version="${CLAUDE_CODE_VERSION}" diff --git a/claude-code/goss/goss.yaml b/claude-code/goss/goss.yaml index 8fb0f189e..14ca5fb79 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.147 + - 2.1.148 diff --git a/claude-code/variant.lock b/claude-code/variant.lock index 9c165ee9d..f5957d58c 100644 --- a/claude-code/variant.lock +++ b/claude-code/variant.lock @@ -1,7 +1,7 @@ dependencies: claude_code: - version: 2.1.147 - previousVersion: 2.1.146 + version: 2.1.148 + previousVersion: 2.1.147 versions: - 2.1.100 - 2.1.105 @@ -39,3 +39,4 @@ dependencies: - 2.1.145 - 2.1.146 - 2.1.147 + - 2.1.148