Skip to content

Commit 6daace0

Browse files
authored
chore(deps): update distroless_java docker digest to 97891db (#592)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | distroless_java | oci_pull | digest | `161a1d9` -> `97891db` | --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/bazelbuild/examples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNi4wIiwidXBkYXRlZEluVmVyIjoiNDAuMTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
1 parent 3b02a1a commit 6daace0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-maven/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ use_repo(maven, "maven")
2323
oci = use_extension("@rules_oci//oci:extensions.bzl", "oci")
2424
oci.pull(
2525
name = "distroless_java",
26-
digest = "sha256:161a1d97d592b3f1919801578c3a47c8e932071168a96267698f4b669c24c76d",
26+
digest = "sha256:97891db4665b347af579b94f324f94f984a1e2e6d009b0015a1d2d214a0389d3",
2727
image = "gcr.io/distroless/java17",
2828
)
2929
use_repo(oci, "distroless_java")

0 commit comments

Comments
 (0)