Skip to content

Commit 35fde0f

Browse files
nlopezgirbe-toolchains-pr-bot
authored andcommitted
update README for 0.14.0 (#1376)
1 parent 7dfb288 commit 35fde0f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,12 @@ Add the following to your `WORKSPACE` file to add the external repositories:
114114
```python
115115
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
116116

117-
# Download the rules_docker repository at release v0.13.0
117+
# Download the rules_docker repository at release v0.14.0
118118
http_archive(
119119
name = "io_bazel_rules_docker",
120-
sha256 = "df13123c44b4a4ff2c2f337b906763879d94871d16411bf82dcfeba892b58607",
121-
strip_prefix = "rules_docker-0.13.0",
122-
urls = ["https://github.com/bazelbuild/rules_docker/releases/download/v0.13.0/rules_docker-v0.13.0.tar.gz"],
120+
sha256 = "09604a0f544f544df1a3c335ef012d4f24b1c158aff8e8c00a9087e1f41a2869",
121+
strip_prefix = "rules_docker-0.14.0",
122+
urls = ["https://github.com/bazelbuild/rules_docker/releases/download/v0.14.0/rules_docker-v0.14.0.tar.gz"],
123123
)
124124

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

0 commit comments

Comments
 (0)