chore(docker): pin Claude Code install to stable release channel
Some checks failed
Build images / check-docker (push) Successful in 3s
Build images / build-and-push (push) Failing after 58s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
docker-claude 2026-04-15 22:40:01 +02:00
parent 27feedf65e
commit b76d1e5e2a

View file

@ -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 COPY settings.json /etc/claude-code/managed-settings.json
# Install Claude Code globally # 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/ # Install MCP servers globally — entry points land in /usr/local/lib/node_modules/