Update dependency google/cadvisor to v0.53.0

This commit is contained in:
Renovate Bot 2025-06-05 16:00:18 +00:00
parent 62450681b4
commit 39ce0c7e5c
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# STEP 1 build executable binary
FROM golang:1.24.1-alpine AS builder
ENV CADVISOR_VERSION="v0.52.1"
ENV CADVISOR_VERSION="v0.53.0"
WORKDIR $GOPATH/src/github.com/google/cadvisor