Skip to content

Commit

Permalink
Update Bazelisk to 0.0.4 (bazelbuild#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
fweikert authored and joeleba committed Jun 17, 2019
1 parent b696cd6 commit 9e52125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildkite/docker/Dockerfile
Expand Up @@ -35,7 +35,7 @@ RUN mkdir -p /opt/android-sdk-linux && \
chown -R root:root /opt/android-sdk-linux

FROM builder AS bazelisk
RUN curl -Lo /usr/local/bin/bazel https://github.com/philwo/bazelisk/releases/download/v0.0.3/bazelisk-linux-amd64 && \
RUN curl -Lo /usr/local/bin/bazel https://github.com/philwo/bazelisk/releases/download/v0.0.4/bazelisk-linux-amd64 && \
chown root:root /usr/local/bin/bazel && \
chmod 0755 /usr/local/bin/bazel

Expand Down

0 comments on commit 9e52125

Please sign in to comment.