Skip to content

Commit

Permalink
Update protobuf to v3.10.1 and rules_docker to v0.12.1 (#4048)
Browse files Browse the repository at this point in the history
* update protobuf v3.10.1

* update rules_docker
  • Loading branch information
prestonvanloon authored Nov 19, 2019
1 parent 0e88085 commit d27d18b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -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",
)
Expand Down

0 comments on commit d27d18b

Please sign in to comment.