From d27d18b192c24236b85bb8e4ffc21dfb429924ab Mon Sep 17 00:00:00 2001 From: Preston Van Loon Date: Mon, 18 Nov 2019 23:02:25 -0800 Subject: [PATCH] Update protobuf to v3.10.1 and rules_docker to v0.12.1 (#4048) * update protobuf v3.10.1 * update rules_docker --- WORKSPACE | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 26a18f324822..3da051113124 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -26,9 +26,9 @@ http_archive( http_archive( name = "io_bazel_rules_docker", - sha256 = "9ff889216e28c918811b77999257d4ac001c26c1f7c7fb17a79bc28abf74182e", - strip_prefix = "rules_docker-0.10.1", - url = "https://github.com/bazelbuild/rules_docker/archive/v0.10.1.tar.gz", + # sha256 = "9ff889216e28c918811b77999257d4ac001c26c1f7c7fb17a79bc28abf74182e", + strip_prefix = "rules_docker-0.12.1", + url = "https://github.com/bazelbuild/rules_docker/archive/v0.12.1.tar.gz", ) http_archive( @@ -181,7 +181,7 @@ go_repository( git_repository( name = "com_google_protobuf", - commit = "09745575a923640154bcf307fba8aedff47f240a", + commit = "d09d649aea36f02c03f8396ba39a8d4db8a607e4", remote = "https://github.com/protocolbuffers/protobuf", shallow_since = "1558721209 -0700", )