Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion claude-code/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:bookworm-slim

ARG CLAUDE_CODE_VERSION=2.1.140
ARG CLAUDE_CODE_VERSION=2.1.141

LABEL version="${CLAUDE_CODE_VERSION}"

Expand Down
2 changes: 1 addition & 1 deletion claude-code/goss/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ command:
claude --version:
exit-status: 0
stdout:
- 2.1.140
- 2.1.141
git --version:
exit-status: 0
jq --version:
Expand Down
5 changes: 3 additions & 2 deletions claude-code/variant.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
claude_code:
version: 2.1.140
previousVersion: 2.1.139
version: 2.1.141
previousVersion: 2.1.140
versions:
- 2.1.100
- 2.1.105
Expand Down Expand Up @@ -32,3 +32,4 @@ dependencies:
- 2.1.138
- 2.1.139
- 2.1.140
- 2.1.141
Loading