From 7d2bb5878f36a3b156a4b6bbb60acdf4e8bc6d44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2019 23:33:51 -0400 Subject: [PATCH] Update dependency io_bazel_rules_docker to v0.9.0 (#3141) --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index b57b35575e..c2eff25a84 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -32,9 +32,9 @@ http_archive( http_archive( name = "io_bazel_rules_docker", - sha256 = "87fc6a2b128147a0a3039a2fd0b53cc1f2ed5adb8716f50756544a572999ae9a", - strip_prefix = "rules_docker-0.8.1", - url = "https://github.com/bazelbuild/rules_docker/archive/v0.8.1.tar.gz", + sha256 = "e513c0ac6534810eb7a14bf025a0f159726753f97f74ab7863c650d26e01d677", + strip_prefix = "rules_docker-0.9.0", + url = "https://github.com/bazelbuild/rules_docker/archive/v0.9.0.tar.gz", ) http_archive(