File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ RUN cd && \
3535
3636
3737# install bazel
38- RUN wget https://github.com/bazelbuild/bazel/releases/download/0.28.1 /bazel-0.28.1 -installer-linux-x86_64.sh && \
39- chmod +x bazel-0.28.1 -installer-linux-x86_64.sh && \
40- ./bazel-0.28.1 -installer-linux-x86_64.sh --user && \
38+ RUN wget https://github.com/bazelbuild/bazel/releases/download/1.1.0 /bazel-1.1.0 -installer-linux-x86_64.sh && \
39+ chmod +x bazel-1.1.0 -installer-linux-x86_64.sh && \
40+ ./bazel-1.1.0 -installer-linux-x86_64.sh --user && \
4141 echo "export PATH=~/.bazel/bin:\$ PATH" >> ~/.bashrc && \
42- rm bazel-0.28.1 -installer-linux-x86_64.sh
42+ rm bazel-1.1.0 -installer-linux-x86_64.sh
4343
4444
4545ENV JAVA_HOME /usr/lib/jvm/java-1.8.0-openjdk-amd64
You can’t perform that action at this time.
0 commit comments