From a22e6f2deedcef9fc4dfc5d1a71f470450a91b42 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 13 Sep 2019 20:49:43 +0000 Subject: [PATCH] Update dependency io_bazel_rules_docker to v0.10.1 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 07bbe1cc..5ab24ee3 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -16,9 +16,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "io_bazel_rules_docker", - sha256 = "35c585261362a96b1fe777a7c4c41252b22fd404f24483e1c48b15d7eb2b55a5", - strip_prefix = "rules_docker-4282829a554058401f7ff63004c8870c8d35e29c", - urls = ["https://github.com/bazelbuild/rules_docker/archive/4282829a554058401f7ff63004c8870c8d35e29c.tar.gz"], + sha256 = "9ff889216e28c918811b77999257d4ac001c26c1f7c7fb17a79bc28abf74182e", + strip_prefix = "rules_docker-0.10.1", + urls = ["https://github.com/bazelbuild/rules_docker/archive/v0.10.1.tar.gz"], ) load(