Skip to content

Commit 90a7c60

Browse files
fixing bazel version to 1.1.0
1 parent a4c328b commit 90a7c60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/standalone/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

4545
ENV JAVA_HOME /usr/lib/jvm/java-1.8.0-openjdk-amd64

0 commit comments

Comments
 (0)