We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa20227 + 2a67c76 commit 3e9e481Copy full SHA for 3e9e481
3 files changed
claude-code/Dockerfile
@@ -1,6 +1,6 @@
1
FROM debian:bookworm-slim
2
3
-ARG CLAUDE_CODE_VERSION=2.1.110
+ARG CLAUDE_CODE_VERSION=2.1.111
4
5
LABEL version="${CLAUDE_CODE_VERSION}"
6
claude-code/goss/goss.yaml
@@ -5,7 +5,7 @@ command:
claude --version:
exit-status: 0
7
stdout:
8
- - 2.1.110
+ - 2.1.111
9
git --version:
10
11
jq --version:
claude-code/variant.lock
@@ -1,11 +1,12 @@
dependencies:
claude_code:
- version: 2.1.110
- previousVersion: 2.1.109
+ version: 2.1.111
+ previousVersion: 2.1.110
versions:
- 2.1.100
- 2.1.105
- 2.1.107
- 2.1.108
- 2.1.109
- 2.1.110
12
0 commit comments