diff --git a/.claude/CLAUDE.md b/.claude/CLAUDE.md index 1c920285..f0883655 100644 --- a/.claude/CLAUDE.md +++ b/.claude/CLAUDE.md @@ -103,7 +103,7 @@ PR作成後にCIが失敗した場合、**そのブランチで解決できる ## 5. 環境作成 基本的にdevcontainerを使用する。 -またベースはghcr.io/keito4/config-base:1.54.0を使用する。 +またベースはghcr.io/keito4/config-base:1.62.2を使用する。 ## 6. デプロイ diff --git a/README.md b/README.md index b5b3cd45..4f503ade 100644 --- a/README.md +++ b/README.md @@ -579,7 +579,7 @@ The repository includes a complete DevContainer setup (`.devcontainer/`) that pr - Integrated Claude Code configuration with specialized agents and commands - Bell notification system for development workflow events -**Latest Version**: `ghcr.io/keito4/config-base:1.62.1` +**Latest Version**: `ghcr.io/keito4/config-base:1.62.2` **Pre-installed Plugins** (v1.62.1): diff --git a/docs/using-config-base-image.md b/docs/using-config-base-image.md index 8efda817..5181aaba 100644 --- a/docs/using-config-base-image.md +++ b/docs/using-config-base-image.md @@ -19,7 +19,7 @@ // .devcontainer/devcontainer.json { "name": "My Project", - "image": "ghcr.io/keito4/config-base:1.54.0", + "image": "ghcr.io/keito4/config-base:1.62.2", "remoteEnv": { "TMPDIR": "/home/vscode/.claude/tmp" } @@ -82,7 +82,7 @@ claude --help // .devcontainer/devcontainer.json { "name": "My Project", - "image": "ghcr.io/keito4/config-base:1.54.0", + "image": "ghcr.io/keito4/config-base:1.62.2", "remoteEnv": { "TMPDIR": "/home/vscode/.claude/tmp" }, @@ -133,7 +133,7 @@ my-plugin@marketplace ```json { "name": "My Project", - "image": "ghcr.io/keito4/config-base:1.54.0", + "image": "ghcr.io/keito4/config-base:1.62.2", "remoteEnv": { "TMPDIR": "/home/vscode/.claude/tmp" },