chore(docker): pin Claude Code install to stable release channel
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
27feedf65e
commit
b76d1e5e2a
1 changed files with 1 additions and 1 deletions
|
|
@ -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/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue