Skip to content

Commit

Permalink
upgrade to newer rules_oci to fix bazel 7 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
DolceTriade committed Jan 10, 2024
1 parent 34e15c7 commit a8a890c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,9 @@ http_archive(

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",
integrity = "sha256-7elLCnwUa9gfajSpk7gnBAfIORiRJ+ReNrwpJpV3TTw=",
strip_prefix = "rules_oci-6667c5e1e95a099c530818c1558a6b61aee6898e",
url = "https://github.com/bazel-contrib/rules_oci/archive/6667c5e1e95a099c530818c1558a6b61aee6898e.tar.gz",
)

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

0 comments on commit a8a890c

Please sign in to comment.