diff --git a/dockerfiles/ci/base/Dockerfile b/dockerfiles/ci/base/Dockerfile index e14db7a2..6627e000 100644 --- a/dockerfiles/ci/base/Dockerfile +++ b/dockerfiles/ci/base/Dockerfile @@ -59,7 +59,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.20.0 +ARG BAZELISK_VERSION=v1.22.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 1bdf0426..a22b863d 100644 --- a/dockerfiles/ci/release-build-base/Dockerfile +++ b/dockerfiles/ci/release-build-base/Dockerfile @@ -74,7 +74,7 @@ RUN npm install -g yarn pnpm ##### install tools: bazelisk, yq, oras # renovate: datasource=github-tags depName=bazelbuild/bazelisk -ARG BAZELISK_VERSION=v1.20.0 +ARG BAZELISK_VERSION=v1.22.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