Skip to content

Commit 9811264

Browse files
renovate[bot]adrianriobo
authored andcommitted
chore(deps): update all dependencies
1 parent 45f652e commit 9811264

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Containerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
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
1818
ARG TARGETARCH
1919

2020
RUN dnf install -y git
2121

2222

2323
# GCloud
24-
ENV GCLOUD_V 564.0.0
24+
ENV GCLOUD_V 565.0.0
2525
ENV GCLOUD_BASE_URL="https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-${GCLOUD_V}"
2626
ENV GCLOUD_URL="${GCLOUD_BASE_URL}-linux-x86_64.tar.gz"
2727
RUN 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

5555
ARG TARGETARCH
5656
USER 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
6868
ENV CLAUDE_CODE_USE_VERTEX=1 \
6969
CLOUD_ML_REGION=us-east5 \
7070
DISABLE_AUTOUPDATER=1

0 commit comments

Comments
 (0)