Set bazel version to 0.20.0
This commit is contained in:
parent
15a1ba9bdc
commit
2349590927
@ -79,7 +79,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