Set bazel version to 0.20.0
This commit is contained in:
parent
f674bcc9d8
commit
15a1ba9bdc
@ -88,7 +88,7 @@ RUN echo "startup --batch" >>/etc/bazel.bazelrc
|
||||
RUN echo "build --spawn_strategy=standalone --genrule_strategy=standalone" \
|
||||
>>/etc/bazel.bazelrc
|
||||
# Install the most recent bazel release.
|
||||
ENV BAZEL_VERSION 0.18.0
|
||||
ENV BAZEL_VERSION 0.20.0
|
||||
WORKDIR /
|
||||
RUN mkdir /bazel && \
|
||||
cd /bazel && \
|
||||
|
Loading…
Reference in New Issue
Block a user