Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down