Skip to content

Commit

Permalink
Update README for release v0.11.0 (bazelbuild#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
smukherj1 authored Oct 7, 2019
1 parent a9af4d8 commit b4e2fe2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ Add the following to your `WORKSPACE` file to add the external repositories:
```python
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

# Download the rules_docker repository at release v0.10.1
# Download the rules_docker repository at release v0.11.0
http_archive(
name = "io_bazel_rules_docker",
sha256 = "9ff889216e28c918811b77999257d4ac001c26c1f7c7fb17a79bc28abf74182e",
strip_prefix = "rules_docker-0.10.1",
urls = ["https://github.com/bazelbuild/rules_docker/releases/download/v0.10.1/rules_docker-v0.10.1.tar.gz"],
sha256 = "480daa8737bf4370c1a05bfced903827e75046fea3123bd8c81389923d968f55",
strip_prefix = "rules_docker-0.11.0",
urls = ["https://github.com/bazelbuild/rules_docker/releases/download/v0.11.0/rules_docker-v0.11.0.tar.gz"],
)

# OPTIONAL: Call this to override the default docker toolchain configuration.
Expand Down

0 comments on commit b4e2fe2

Please sign in to comment.