From 6c7836e02fb28791f496cc01f83017b9fcecf663 Mon Sep 17 00:00:00 2001 From: Kurt Carpenter Date: Mon, 28 Jul 2025 17:42:35 -0700 Subject: [PATCH] feat: Add CLAUDE_CODE_VERSION build arg to devcontainer.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add CLAUDE_CODE_VERSION with default value of "latest" as a build argument - Allows overriding Claude Code version during devcontainer build 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 58513062..c9ffd31e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,8 @@ "build": { "dockerfile": "Dockerfile", "args": { - "TZ": "${localEnv:TZ:America/Los_Angeles}" + "TZ": "${localEnv:TZ:America/Los_Angeles}", + "CLAUDE_CODE_VERSION": "latest" } }, "runArgs": [