Skip to content

Commit 6f887da

Browse files
committed
chore(deps): update dependency bazelbuild/bazelisk to v1.27.0
1 parent c7d96c9 commit 6f887da

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
@@ -51,6 +51,6 @@ RUN pip3 install mdformat==0.7.19 \
5151
mdformat-frontmatter==2.0.8 \
5252
mdformat-footnote==0.1.1
5353

54-
RUN curl -o /usr/bin/bazelisk -sSL "https://github.com/bazelbuild/bazelisk/releases/download/v1.24.1/bazelisk-linux-${ARCH}" && \
54+
RUN curl -o /usr/bin/bazelisk -sSL "https://github.com/bazelbuild/bazelisk/releases/download/v1.27.0/bazelisk-linux-${ARCH}" && \
5555
chmod +x /usr/bin/bazelisk && \
5656
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.24.1/bazelisk-linux-${ARCH}" && \
53+
RUN curl -o /usr/bin/bazelisk -sSL "https://github.com/bazelbuild/bazelisk/releases/download/v1.27.0/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.24.1/bazelisk-linux-${ARCH}" && \
84+
RUN curl -o /usr/bin/bazelisk -sSL "https://github.com/bazelbuild/bazelisk/releases/download/v1.27.0/bazelisk-linux-${ARCH}" && \
8585
chmod +x /usr/bin/bazelisk && \
8686
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.24.1/bazelisk-linux-${ARCH}" && \
68+
RUN curl -o /usr/bin/bazelisk -sSL "https://github.com/bazelbuild/bazelisk/releases/download/v1.27.0/bazelisk-linux-${ARCH}" && \
6969
chmod +x /usr/bin/bazelisk && \
7070
ln -s /usr/bin/bazelisk /usr/bin/bazel

ci/cloudbuild/dockerfiles/ubuntu-focal.Dockerfile

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

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

0 commit comments

Comments
 (0)