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 @@ -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
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.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
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.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
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.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
Original file line number Diff line number Diff line change @@ -67,6 +67,6 @@ RUN /var/tmp/ci/install-cloud-sdk.sh
6767ENV CLOUD_SDK_LOCATION=/usr/local/google-cloud-sdk
6868ENV 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
You can’t perform that action at this time.
0 commit comments