From e30c1303d4f1280bcc18cc5f661c8049d90226e4 Mon Sep 17 00:00:00 2001 From: scme0 <97430840+scme0@users.noreply.github.com> Date: Wed, 12 Aug 2026 07:40:09 +0000 Subject: [PATCH] build: bump claude-code to 2.1.228 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 97684f8..b75bf80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,7 +63,7 @@ RUN KUBECTL_VER=$(curl -sL https://dl.k8s.io/release/stable.txt) && \ # this RUN (a bare `stable` would be evaluated once then cached forever, freezing # the version across rebuilds). On locked deploys (CLAUDE_PIN_TO_IMAGE=1) this baked # version is the ONLY update path, since runtime `claude update` has no GCS egress. -ARG CLAUDE_VERSION=2.1.226 +ARG CLAUDE_VERSION=2.1.228 RUN export HOME=/data/home && mkdir -p "$HOME" && \ curl -fsSL https://claude.ai/install.sh | bash -s -- "$CLAUDE_VERSION" && \ mkdir -p /opt/claude-bootstrap && \