Skip to content

Commit 3e9e481

Browse files
authored
Merge pull request #4214 from chatwork/mod-up-claude-code-20260416153108
[claude-code] update
2 parents aa20227 + 2a67c76 commit 3e9e481

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

claude-code/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:bookworm-slim
22

3-
ARG CLAUDE_CODE_VERSION=2.1.110
3+
ARG CLAUDE_CODE_VERSION=2.1.111
44

55
LABEL version="${CLAUDE_CODE_VERSION}"
66

claude-code/goss/goss.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ command:
55
claude --version:
66
exit-status: 0
77
stdout:
8-
- 2.1.110
8+
- 2.1.111
99
git --version:
1010
exit-status: 0
1111
jq --version:

claude-code/variant.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
dependencies:
22
claude_code:
3-
version: 2.1.110
4-
previousVersion: 2.1.109
3+
version: 2.1.111
4+
previousVersion: 2.1.110
55
versions:
66
- 2.1.100
77
- 2.1.105
88
- 2.1.107
99
- 2.1.108
1010
- 2.1.109
1111
- 2.1.110
12+
- 2.1.111

0 commit comments

Comments
 (0)