diff --git a/images/sandbox/Containerfile b/images/sandbox/Containerfile index 28e703cf83..7bf91c85e7 100644 --- a/images/sandbox/Containerfile +++ b/images/sandbox/Containerfile @@ -49,7 +49,7 @@ RUN apt-get update \ # # To update: bump CLAUDE_CODE_VERSION; renovate tracks this ARG via # a customManagers regex entry in renovate.json. -ARG CLAUDE_CODE_VERSION=2.1.223 +ARG CLAUDE_CODE_VERSION=2.1.226 RUN npm install -g @anthropic-ai/claude-code@${CLAUDE_CODE_VERSION} # ---------------------------------------------------------------------------