Skip to content

Commit

Permalink
Bazel 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davido committed Feb 1, 2018
1 parent ae2ed61 commit 4ccc01d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# bazel-alpine-package

This is the Bazel 0.9.0 as a Alpine Linux package.
This is the Bazel 0.10.0 as a Alpine Linux package.

## Installing

The current installation method for these packages is to pull them in using `wget` or `curl` and install the local file with `apk`:

apk --no-cache add ca-certificates wget
wget -q -O /etc/apk/keys/[email protected] https://raw.githubusercontent.com/davido/bazel-alpine-package/master/[email protected]
wget https://github.com/davido/bazel-alpine-package/releases/download/0.9.0/bazel-0.9.0-r0.apk
apk add bazel-0.9.0-r0.apk
wget https://github.com/davido/bazel-alpine-package/releases/download/0.10.0/bazel-0.10.0-r0.apk
apk add bazel-0.10.0-r0.apk

0 comments on commit 4ccc01d

Please sign in to comment.