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.149
ARG CLAUDE_CODE_VERSION=2.1.150

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,4 +5,4 @@ command:
claude --version:
exit-status: 0
stdout:
- 2.1.149
- 2.1.150
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.149
previousVersion: 2.1.148
version: 2.1.150
previousVersion: 2.1.149
versions:
- 2.1.100
- 2.1.105
Expand Down Expand Up @@ -41,3 +41,4 @@ dependencies:
- 2.1.147
- 2.1.148
- 2.1.149
- 2.1.150
Loading