Skip to content

Commit c66358e

Browse files
xingao267nlopezgi
authored andcommitted
Fix @bazel_source archive sha. (#501)
Fix #500.
1 parent 464e647 commit c66358e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container/container.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def repositories():
9696
http_archive(
9797
name = "bazel_source",
9898
urls = [("https://releases.bazel.build/0.17.0/rc1/bazel-0.17.0rc1-dist.zip")],
99-
sha256 = "a9afd2b16a21085bd6c0a70a23acce30b105a8af3a7b3c92a4b83bea6b623fd8",
99+
sha256 = "46dfffac884ccd51fcb493dd86463cb8c21be949fdb17634ca37805fd544beae",
100100
)
101101

102102
# TODO(mattmoor): Remove all of this (copied from google/containerregistry)

0 commit comments

Comments
 (0)