We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464e647 commit c66358eCopy full SHA for c66358e
container/container.bzl
@@ -96,7 +96,7 @@ def repositories():
96
http_archive(
97
name = "bazel_source",
98
urls = [("https://releases.bazel.build/0.17.0/rc1/bazel-0.17.0rc1-dist.zip")],
99
- sha256 = "a9afd2b16a21085bd6c0a70a23acce30b105a8af3a7b3c92a4b83bea6b623fd8",
+ sha256 = "46dfffac884ccd51fcb493dd86463cb8c21be949fdb17634ca37805fd544beae",
100
)
101
102
# TODO(mattmoor): Remove all of this (copied from google/containerregistry)
0 commit comments