mirror of
https://github.com/anthropics/claude-code.git
synced 2026-05-03 02:57:00 +00:00
feat: auto-update Dockerfile with current claude-code npm version
- Add GitHub workflow to automatically check for new claude-code versions daily - Pin CLAUDE_CODE_VERSION to 2.0.55 (instead of 'latest') in Dockerfile and devcontainer.json - Workflow creates PRs when new versions are available, ensuring Docker cache invalidation Fixes #582
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"dockerfile": "Dockerfile",
|
||||
"args": {
|
||||
"TZ": "${localEnv:TZ:America/Los_Angeles}",
|
||||
"CLAUDE_CODE_VERSION": "latest",
|
||||
"CLAUDE_CODE_VERSION": "2.0.55",
|
||||
"GIT_DELTA_VERSION": "0.18.2",
|
||||
"ZSH_IN_DOCKER_VERSION": "1.2.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user