File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414# limitations under the License.
1515#
1616# SPDX-License-Identifier: Apache-2.0
17- FROM registry.access.redhat.com/ubi10@sha256:738a053c6648573f9d58341312e5574716382420a9c40ed4e3175d148ba257d2 as preparer
17+ FROM registry.access.redhat.com/ubi10@sha256:bce838c4ddd37b36b8f10a372efbd8a6c7de5b86cb50d639535d8f50e41372f0 as preparer
1818ARG TARGETARCH
1919
2020RUN dnf install -y git
2121
2222
2323# GCloud
24- ENV GCLOUD_V 564 .0.0
24+ ENV GCLOUD_V 565 .0.0
2525ENV GCLOUD_BASE_URL="https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-${GCLOUD_V}"
2626ENV GCLOUD_URL="${GCLOUD_BASE_URL}-linux-x86_64.tar.gz"
2727RUN set -eux; \
@@ -50,7 +50,7 @@ RUN set -eux; \
5050 git checkout FETCH_HEAD;
5151
5252# Claudio image
53- FROM registry.access.redhat.com/ubi10/python-312-minimal@sha256:3de23fb7f53a67937845591d68066d5f075a18826a6291dad2dd700cb1d4290a
53+ FROM registry.access.redhat.com/ubi10/python-312-minimal@sha256:40fd593fb7b2078b73821b869733c880d8dec9bfe5abc45a0d88784a0c79b0ec
5454
5555ARG TARGETARCH
5656USER root
@@ -64,7 +64,7 @@ RUN microdnf install -y skopeo podman unzip gzip git; \
6464
6565# Claude
6666# https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md
67- ENV CLAUDE_V 2.1.104
67+ ENV CLAUDE_V 2.1.112
6868ENV CLAUDE_CODE_USE_VERTEX=1 \
6969 CLOUD_ML_REGION=us-east5 \
7070 DISABLE_AUTOUPDATER=1
You can’t perform that action at this time.
0 commit comments