Skip to content

Commit 2cfe3b3

Browse files
committed
Fix Claude devcontainer feature reference
- Updated to use correct feature: ghcr.io/anthropics/devcontainer-features/claude-code:1.0 - This is the official Anthropic Claude Code devcontainer feature
1 parent e9ea073 commit 2cfe3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"moby": true
2121
},
2222
"ghcr.io/devcontainers-extra/features/renovate-cli:2": {},
23-
"ghcr.io/devcontainers-contrib/features/claude-cli:1": {}
23+
"ghcr.io/anthropics/devcontainer-features/claude-code:1.0": {}
2424
},
2525
"forwardPorts": [
2626
3000,

0 commit comments

Comments
 (0)