diff --git a/claude-code/Dockerfile b/claude-code/Dockerfile index 6e3352ef..6b37a98d 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.81 +ARG CLAUDE_CODE_VERSION=2.1.87 RUN npm install -g @anthropic-ai/claude-code@${CLAUDE_CODE_VERSION} COPY claude-code/kelos_entrypoint.sh /kelos_entrypoint.sh