Skip to content

Commit

Permalink
fixing bazel version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
supunkamburugamuve committed Nov 27, 2019
1 parent a4c328b commit 90a7c60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/standalone/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ RUN cd && \


#install bazel
RUN wget https://github.com/bazelbuild/bazel/releases/download/0.28.1/bazel-0.28.1-installer-linux-x86_64.sh && \
chmod +x bazel-0.28.1-installer-linux-x86_64.sh && \
./bazel-0.28.1-installer-linux-x86_64.sh --user && \
RUN wget https://github.com/bazelbuild/bazel/releases/download/1.1.0/bazel-1.1.0-installer-linux-x86_64.sh && \
chmod +x bazel-1.1.0-installer-linux-x86_64.sh && \
./bazel-1.1.0-installer-linux-x86_64.sh --user && \
echo "export PATH=~/.bazel/bin:\$PATH" >> ~/.bashrc && \
rm bazel-0.28.1-installer-linux-x86_64.sh
rm bazel-1.1.0-installer-linux-x86_64.sh


ENV JAVA_HOME /usr/lib/jvm/java-1.8.0-openjdk-amd64
Expand Down

0 comments on commit 90a7c60

Please sign in to comment.