Update bazel_rules_docker

This commit is contained in:
Mike Splain 2018-02-20 14:50:59 -05:00
parent dcf1b63f82
commit 0aafb89202
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ go_register_toolchains(
git_repository(
name = "io_bazel_rules_docker",
remote = "https://github.com/bazelbuild/rules_docker.git",
tag = "v0.3.0",
tag = "v0.4.0",
)
load(