From a5cda1a2d8a87a3def803a0b6fc855f0cc08d38c Mon Sep 17 00:00:00 2001 From: Tim Perkins Date: Thu, 9 Jul 2026 21:43:20 -0400 Subject: [PATCH] Bump Claude version --- containers/agent/Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/agent/Containerfile b/containers/agent/Containerfile index 914dffc..d234e84 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.153" +ARG CLAUDE_VERSION="2.1.197" 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="214f603f31942162dac9a65f18d43b3ac646ae215240fad481c4aad6c60f2e38" +ARG CLAUDE_SHA256SUM="f54e69cbc89b2da61a415700af7ff52a147e862517d4f1b0eecf768448cf7f83" # You can find the official checksum here: # https://downloads.claude.ai/claude-code-releases/$CLAUDE_VERSION/manifest.json