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 2408ac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ container_pull(
# Defined in //tools/docker/phd_build:Dockerfile
container_pull(
name = "phd_build",
digest = "sha256:47fa263c92568900f831c0cab664a97baabfafa9a3e31cff7fe058140a5ce629",
digest = "sha256:d47a297ec8f1f219d03387878ded146c99daae4f6391ca5d0e71e4aa0d4aa46d",
registry = "index.docker.io",
repository = "chriscummins/phd_build",
)
Expand Down
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 2408ac7

Please sign in to comment.