Skip to content

Commit

Permalink
chore(deps): update dependency rules_oci to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent 466bbc8 commit a2046a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{ .ProjectSnake }}/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ bazel_dep(name = "gazelle", version = "0.40.0")
bazel_dep(name = "toolchains_llvm", version = "1.2.0")
{{- end }}
{{- if .Scaffold.oci }}
bazel_dep(name = "rules_oci", version = "2.0.1")
bazel_dep(name = "rules_oci", version = "2.2.0")
{{- end }}

multitool = use_extension("@rules_multitool//multitool:extension.bzl", "multitool")
Expand Down

0 comments on commit a2046a4

Please sign in to comment.