File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -114,12 +114,12 @@ Add the following to your `WORKSPACE` file to add the external repositories:
114
114
``` python
115
115
load(" @bazel_tools//tools/build_defs/repo:http.bzl" , " http_archive" )
116
116
117
- # Download the rules_docker repository at release v0.13 .0
117
+ # Download the rules_docker repository at release v0.14 .0
118
118
http_archive(
119
119
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" ],
123
123
)
124
124
125
125
# OPTIONAL: Call this to override the default docker toolchain configuration.
You can’t perform that action at this time.
0 commit comments