diff --git a/claude-code/Dockerfile b/claude-code/Dockerfile index 4a6845c0..89e61929 100644 --- a/claude-code/Dockerfile +++ b/claude-code/Dockerfile @@ -27,7 +27,7 @@ RUN ARCH=$(dpkg --print-architecture) \ ENV PATH="/usr/local/go/bin:${PATH}" -ARG CLAUDE_CODE_VERSION=2.1.215 +ARG CLAUDE_CODE_VERSION=2.1.217 RUN npm install -g @anthropic-ai/claude-code@${CLAUDE_CODE_VERSION} COPY claude-code/kelos_entrypoint.sh /kelos_entrypoint.sh