Skip to content

Commit

Permalink
Updated rules_oci to 2.2.0 (#12)
Browse files Browse the repository at this point in the history
* Updated rules_oci to 2.2.0
* Update Bazel lock
  • Loading branch information
github-actions[bot] authored Dec 24, 2024
1 parent 6f11756 commit 9bdc331
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ maven.install(
use_repo(maven, "maven")

bazel_dep(name = "rules_pkg", version = "1.0.1")
bazel_dep(name = "rules_oci", version = "2.0.1")
bazel_dep(name = "rules_oci", version = "2.2.0")

oci = use_extension("@rules_oci//oci:extensions.bzl", "oci")
oci.pull(
Expand Down
10 changes: 5 additions & 5 deletions MODULE.bazel.lock

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

0 comments on commit 9bdc331

Please sign in to comment.