We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dc5f93 commit 6e674a6Copy full SHA for 6e674a6
1 file changed
Containerfile
@@ -36,7 +36,7 @@ RUN set -eux; \
36
git checkout FETCH_HEAD;
37
38
# GCloud
39
-ENV GCLOUD_V 563.0.0
+ENV GCLOUD_V 564.0.0
40
ENV GCLOUD_BASE_URL="https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-${GCLOUD_V}"
41
ENV GCLOUD_URL="${GCLOUD_BASE_URL}-linux-x86_64.tar.gz"
42
RUN set -eux; \
@@ -61,7 +61,7 @@ RUN microdnf install -y skopeo podman unzip gzip git; \
61
62
# Claude
63
# https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md
64
-ENV CLAUDE_V 2.1.92
+ENV CLAUDE_V 2.1.96
65
ENV CLAUDE_CODE_USE_VERTEX=1 \
66
CLOUD_ML_REGION=us-east5 \
67
DISABLE_AUTOUPDATER=1
0 commit comments