Skip to content

Commit a609ca3

Browse files
chore(deps): update gcr.io/cadvisor/cadvisor docker tag to v0.55.1 (#409)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | gcr.io/cadvisor/cadvisor | minor | `v0.47.0` → `v0.55.1` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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/ObolNetwork/charon-distributed-validator-node). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvZG9ja2VyIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1690f47 commit a609ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose-debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
services:
77
cadvisor:
8-
image: gcr.io/cadvisor/cadvisor:${CADVISOR_VERSION:-v0.47.0}
8+
image: gcr.io/cadvisor/cadvisor:${CADVISOR_VERSION:-v0.55.1}
99
command: --raw_cgroup_prefix_whitelist=/docker/ --disable_metrics=hugetlb
1010
privileged: true
1111
volumes:

0 commit comments

Comments
 (0)