From bb69af31f8361b58002e40199e8c5032e084efc4 Mon Sep 17 00:00:00 2001 From: didericis Date: Wed, 10 Jun 2026 22:37:41 -0400 Subject: [PATCH] chore(claude): bump claude-code to 2.1.170 Co-Authored-By: Claude Sonnet 4.6 --- bot_bottle/contrib/claude/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot_bottle/contrib/claude/Dockerfile b/bot_bottle/contrib/claude/Dockerfile index a003a5f..00e9955 100644 --- a/bot_bottle/contrib/claude/Dockerfile +++ b/bot_bottle/contrib/claude/Dockerfile @@ -36,7 +36,7 @@ RUN apt-get update \ # build (`claude --version` returns 2.1.126). Bump deliberately when # rolling forward; an unpinned install would mean rebuilds silently pick # up new behavior. -RUN npm install -g --no-fund --no-audit @anthropic-ai/claude-code@2.1.126 \ +RUN npm install -g --no-fund --no-audit @anthropic-ai/claude-code@2.1.172 \ && npm cache clean --force # Run as a non-root user. The node image already provides a `node` user