Skip to content

Commit ffd01a4

Browse files
authored
chore(deps): update dependency bazelbuild/bazelisk to v1.28.1 (#16004)
1 parent d8d9c3d commit ffd01a4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

ci/cloudbuild/dockerfiles/checkers.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ RUN pip3 install mdformat==0.7.19 \
5454
mdformat-frontmatter==2.0.8 \
5555
mdformat-footnote==0.1.1
5656

57-
RUN curl -o /usr/bin/bazelisk -sSL "https://github.com/bazelbuild/bazelisk/releases/download/v1.27.0/bazelisk-linux-${ARCH}" && \
57+
RUN curl -o /usr/bin/bazelisk -sSL "https://github.com/bazelbuild/bazelisk/releases/download/v1.28.1/bazelisk-linux-${ARCH}" && \
5858
chmod +x /usr/bin/bazelisk && \
5959
ln -s /usr/bin/bazelisk /usr/bin/bazel

ci/cloudbuild/dockerfiles/fedora-latest-bazel.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN /var/tmp/ci/install-cloud-sdk.sh
5050
ENV CLOUD_SDK_LOCATION=/usr/local/google-cloud-sdk
5151
ENV PATH=${CLOUD_SDK_LOCATION}/bin:${PATH}
5252

53-
RUN curl -o /usr/bin/bazelisk -sSL "https://github.com/bazelbuild/bazelisk/releases/download/v1.27.0/bazelisk-linux-${ARCH}" && \
53+
RUN curl -o /usr/bin/bazelisk -sSL "https://github.com/bazelbuild/bazelisk/releases/download/v1.28.1/bazelisk-linux-${ARCH}" && \
5454
chmod +x /usr/bin/bazelisk && \
5555
ln -s /usr/bin/bazelisk /usr/bin/bazel
5656

ci/cloudbuild/dockerfiles/fedora-msan.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ RUN /var/tmp/ci/install-cloud-sdk.sh
8181
ENV CLOUD_SDK_LOCATION=/usr/local/google-cloud-sdk
8282
ENV PATH=${CLOUD_SDK_LOCATION}/bin:${PATH}
8383

84-
RUN curl -o /usr/bin/bazelisk -sSL "https://github.com/bazelbuild/bazelisk/releases/download/v1.27.0/bazelisk-linux-${ARCH}" && \
84+
RUN curl -o /usr/bin/bazelisk -sSL "https://github.com/bazelbuild/bazelisk/releases/download/v1.28.1/bazelisk-linux-${ARCH}" && \
8585
chmod +x /usr/bin/bazelisk && \
8686
ln -s /usr/bin/bazelisk /usr/bin/bazel

ci/cloudbuild/dockerfiles/ubuntu-22.04.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ RUN /var/tmp/ci/install-cloud-sdk.sh
6060
ENV CLOUD_SDK_LOCATION=/usr/local/google-cloud-sdk
6161
ENV PATH=${CLOUD_SDK_LOCATION}/bin:${PATH}
6262

63-
RUN curl -o /usr/bin/bazelisk -sSL "https://github.com/bazelbuild/bazelisk/releases/download/v1.27.0/bazelisk-linux-${ARCH}" && \
63+
RUN curl -o /usr/bin/bazelisk -sSL "https://github.com/bazelbuild/bazelisk/releases/download/v1.28.1/bazelisk-linux-${ARCH}" && \
6464
chmod +x /usr/bin/bazelisk && \
6565
ln -s /usr/bin/bazelisk /usr/bin/bazel

ci/cloudbuild/dockerfiles/ubuntu-24.04.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ RUN /var/tmp/ci/install-cloud-sdk.sh
6565
ENV CLOUD_SDK_LOCATION=/usr/local/google-cloud-sdk
6666
ENV PATH=${CLOUD_SDK_LOCATION}/bin:${PATH}
6767

68-
RUN curl -o /usr/bin/bazelisk -sSL "https://github.com/bazelbuild/bazelisk/releases/download/v1.27.0/bazelisk-linux-${ARCH}" && \
68+
RUN curl -o /usr/bin/bazelisk -sSL "https://github.com/bazelbuild/bazelisk/releases/download/v1.28.1/bazelisk-linux-${ARCH}" && \
6969
chmod +x /usr/bin/bazelisk && \
7070
ln -s /usr/bin/bazelisk /usr/bin/bazel

0 commit comments

Comments
 (0)