From 6dc250322abb0b20d1ff830a65f9998c9c837ed7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 16:13:25 +0000 Subject: [PATCH] chore(deps): update dependency bazelbuild/bazelisk to v1.24.0 --- dockerfiles/ci/base/Dockerfile | 2 +- dockerfiles/ci/release-build-base/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerfiles/ci/base/Dockerfile b/dockerfiles/ci/base/Dockerfile index 663a1193..d3153050 100644 --- a/dockerfiles/ci/base/Dockerfile +++ b/dockerfiles/ci/base/Dockerfile @@ -71,7 +71,7 @@ ENV PATH=$PATH:/opt/apache-maven-${MAVEN_VER}/bin #### install tools: bazelisk, codecov, oras # renovate: datasource=github-tags depName=bazelbuild/bazelisk -ARG BAZELISK_VERSION=v1.23.0 +ARG BAZELISK_VERSION=v1.24.0 RUN OS=linux; ARCH=$([ "$(arch)" = "x86_64" ] && echo amd64 || echo arm64); \ curl -fsSL "https://github.com/bazelbuild/bazelisk/releases/download/${BAZELISK_VERSION}/bazelisk-${OS}-${ARCH}" -o /usr/local/bin/bazel && chmod +x /usr/local/bin/bazel diff --git a/dockerfiles/ci/release-build-base/Dockerfile b/dockerfiles/ci/release-build-base/Dockerfile index 94b50fb8..04c14fd3 100644 --- a/dockerfiles/ci/release-build-base/Dockerfile +++ b/dockerfiles/ci/release-build-base/Dockerfile @@ -73,7 +73,7 @@ RUN npm install -g yarn pnpm ##### install tools: bazelisk, yq, oras # renovate: datasource=github-tags depName=bazelbuild/bazelisk -ARG BAZELISK_VERSION=v1.23.0 +ARG BAZELISK_VERSION=v1.24.0 RUN OS=linux; ARCH=$([ "$(arch)" = "x86_64" ] && echo amd64 || echo arm64); \ curl -fsSL "https://github.com/bazelbuild/bazelisk/releases/download/${BAZELISK_VERSION}/bazelisk-${OS}-${ARCH}" -o /usr/local/bin/bazel && chmod +x /usr/local/bin/bazel