提交 ec2a70ce 编写于 作者: 刘琦

Merge branch 'update_dockerfile' into 'master'

update bazel version in Dockerfile

See merge request !798
......@@ -54,7 +54,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.13.1
ENV BAZEL_VERSION 0.16.0
RUN mkdir /tmp/bazel && \
cd /tmp/bazel && \
wget https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VERSION/bazel-$BAZEL_VERSION-installer-linux-x86_64.sh && \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册