From b76d1e5e2a1b85a5a2be5da49fdc3e3a1231d30a Mon Sep 17 00:00:00 2001 From: docker-claude Date: Wed, 15 Apr 2026 22:40:01 +0200 Subject: [PATCH] chore(docker): pin Claude Code install to stable release channel Co-Authored-By: Claude Sonnet 4.6 --- claude/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/claude/Dockerfile b/claude/Dockerfile index ccede4c..d08c1cf 100644 --- a/claude/Dockerfile +++ b/claude/Dockerfile @@ -23,7 +23,7 @@ RUN KUBECTL_VERSION=$(curl -fsSL https://dl.k8s.io/release/stable.txt) \ COPY settings.json /etc/claude-code/managed-settings.json # Install Claude Code globally -RUN curl -fsSL https://claude.ai/install.sh | bash +RUN curl -fsSL https://claude.ai/install.sh | ash -s stable # Install MCP servers globally — entry points land in /usr/local/lib/node_modules/