File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
ci/cloudbuild/dockerfiles Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ RUN /var/tmp/ci/install-cloud-sdk.sh
5050ENV CLOUD_SDK_LOCATION=/usr/local/google-cloud-sdk
5151ENV 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
Original file line number Diff line number Diff line change @@ -81,6 +81,6 @@ RUN /var/tmp/ci/install-cloud-sdk.sh
8181ENV CLOUD_SDK_LOCATION=/usr/local/google-cloud-sdk
8282ENV 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
Original file line number Diff line number Diff line change @@ -60,6 +60,6 @@ RUN /var/tmp/ci/install-cloud-sdk.sh
6060ENV CLOUD_SDK_LOCATION=/usr/local/google-cloud-sdk
6161ENV 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
Original file line number Diff line number Diff line change @@ -65,6 +65,6 @@ RUN /var/tmp/ci/install-cloud-sdk.sh
6565ENV CLOUD_SDK_LOCATION=/usr/local/google-cloud-sdk
6666ENV 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
You can’t perform that action at this time.
0 commit comments