deps: update rules_oci digest to 21c4897

This commit is contained in:
renovate[bot] 2024-05-13 07:39:22 +00:00 committed by GitHub
parent 10a2bca9f9
commit 9f74622eb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,11 +7,11 @@ def oci_deps():
# Remove this override once https://github.com/bazel-contrib/rules_oci/issues/420 is fixed.
http_archive(
name = "rules_oci",
strip_prefix = "rules_oci-c622bf79d269473d3d9bc33510e16cfd9a1142bc",
strip_prefix = "rules_oci-21c48973f0e79744a617ba5f2014c5d5fca90f17",
type = "tar.gz",
urls = [
"https://cdn.confidential.cloud/constellation/cas/sha256/dca0cfa2a8eb4ab79c231617964fc821f6d1a3bb9d996358975a5ceee5b8d25f",
"https://github.com/bazel-contrib/rules_oci/archive/c622bf79d269473d3d9bc33510e16cfd9a1142bc.tar.gz",
"https://github.com/bazel-contrib/rules_oci/archive/21c48973f0e79744a617ba5f2014c5d5fca90f17.tar.gz",
],
sha256 = "dca0cfa2a8eb4ab79c231617964fc821f6d1a3bb9d996358975a5ceee5b8d25f",
)