Skip to content

Commit c265417

Browse files
authored
chore(deps): update distroless docker digest to 00cc20b (#623)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | distroless | oci_pull | digest | `e1065a1` -> `00cc20b` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS43MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
1 parent 856aeae commit c265417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-examples/09-oci-container/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ oci = use_extension("@rules_oci//oci:extensions.bzl", "oci")
6363
# https://github.com/GoogleContainerTools/distroless
6464
oci.pull(
6565
name = "distroless",
66-
digest = "sha256:e1065a1d58800a7294f74e67c32ec4146d09d6cbe471c1fa7ed456b2d2bf06e0",
66+
digest = "sha256:00cc20b928afcc8296b72525fa68f39ab332f758c4f2a9e8d90845d3e06f1dc4",
6767
image = "gcr.io/distroless/cc-debian12",
6868
platforms = [
6969
"linux/amd64",

0 commit comments

Comments
 (0)