Skip to content

Commit

Permalink
Update rules_oci to 1.7.5
Browse files Browse the repository at this point in the history
This fixes some strange errors that I was encountering when working on
the system image container build.

Change-Id: I08b0aa442e27a08d37688f7c32ee5a8e84f5a64b
  • Loading branch information
jblebrun committed Apr 9, 2024
1 parent 5fbeb1f commit 79cbf0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,9 @@ git_repository(
# Bazel rules for building OCI images and runtime bundles.
http_archive(
name = "rules_oci",
sha256 = "686f871f9697e08877b85ea6c16c8d48f911bf466c3aeaf108ca0ab2603c7306",
strip_prefix = "rules_oci-1.5.1",
url = "https://github.com/bazel-contrib/rules_oci/releases/download/v1.5.1/rules_oci-v1.5.1.tar.gz",
sha256 = "56d5499025d67a6b86b2e6ebae5232c72104ae682b5a21287770bd3bf0661abf",
strip_prefix = "rules_oci-1.7.5",
url = "https://github.com/bazel-contrib/rules_oci/releases/download/v1.7.5/rules_oci-v1.7.5.tar.gz",
)

load("@rules_oci//oci:dependencies.bzl", "rules_oci_dependencies")
Expand Down

0 comments on commit 79cbf0f

Please sign in to comment.