File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ container = struct(
2626)
2727
2828# The release of the github.com/google/containerregistry to consume.
29- CONTAINERREGISTRY_RELEASE = "v0.0.24 "
29+ CONTAINERREGISTRY_RELEASE = "v0.0.25 "
3030
3131# The release of the container-structure-test repository to use.
3232# Updated around 1/22/2018.
@@ -41,7 +41,7 @@ def repositories():
4141 name = "puller" ,
4242 url = ("https://storage.googleapis.com/containerregistry-releases/" +
4343 CONTAINERREGISTRY_RELEASE + "/puller.par" ),
44- sha256 = "8348de85ce39753d21ccea1107aea3c0d481656daefa53357bd9788e0cf23265 " ,
44+ sha256 = "d5834d24f24d7bd662074c412b29af3a78c5988d91e101ccdb240c326bd70123 " ,
4545 executable = True ,
4646 )
4747
@@ -50,7 +50,7 @@ def repositories():
5050 name = "importer" ,
5151 url = ("https://storage.googleapis.com/containerregistry-releases/" +
5252 CONTAINERREGISTRY_RELEASE + "/importer.par" ),
53- sha256 = "e9b50a5bf0e63b36a0370b7ecbd1cb9df60d656d2155135123e887ff4b222b16 " ,
53+ sha256 = "b43c2504510cc069b23a205e72e96851dfa51d8ff21f8b6b5c3a78864f254ce2 " ,
5454 executable = True ,
5555 )
5656
You can’t perform that action at this time.
0 commit comments