From 69f061a942c1c6dc0adc10448e0d39fffa0c847b Mon Sep 17 00:00:00 2001 From: Tim Perkins Date: Tue, 25 Aug 2026 20:06:58 -0400 Subject: [PATCH] Bump Claude to latest stable --- containers/agent/Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/agent/Containerfile b/containers/agent/Containerfile index d234e84..a728e1c 100644 --- a/containers/agent/Containerfile +++ b/containers/agent/Containerfile @@ -19,11 +19,11 @@ ARG TERM="dumb" # You can use the following URL to determine the current stable version: # https://downloads.claude.ai/claude-code-releases/stable -ARG CLAUDE_VERSION="2.1.197" +ARG CLAUDE_VERSION="2.1.231" ARG CLAUDE_PLATFORM="linux-x64" ARG CLAUDE_URL="https://downloads.claude.ai/claude-code-releases/$CLAUDE_VERSION/$CLAUDE_PLATFORM/claude" ARG CLAUDE_FILE="/usr/local/bin/claude" -ARG CLAUDE_SHA256SUM="f54e69cbc89b2da61a415700af7ff52a147e862517d4f1b0eecf768448cf7f83" +ARG CLAUDE_SHA256SUM="47a01daebf794f6c86c13d1875ad6e5be0627029ad8600731161f24018ecde5b" # You can find the official checksum here: # https://downloads.claude.ai/claude-code-releases/$CLAUDE_VERSION/manifest.json