Skip to content

Commit

Permalink
docker/phd_build: Bump bazel version.
Browse files Browse the repository at this point in the history
Signed-off-by: format 20.02.05 <github.com/ChrisCummins/format>
  • Loading branch information
ChrisCummins committed Apr 26, 2020
1 parent cd1b55a commit 7301071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/phd_build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ RUN apt update \
&& rm -rf /var/lib/apt/lists/*

# Install bazel.
ENV BAZEL_VERSION 2.0.0
ENV BAZEL_VERSION 3.1.0
RUN curl -L -o /tmp/bazel.sh https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VERSION/bazel-$BAZEL_VERSION-installer-linux-x86_64.sh && \
bash /tmp/bazel.sh && rm /tmp/bazel.sh

Expand Down

0 comments on commit 7301071

Please sign in to comment.