diff --git a/pkg/cadvisor/Dockerfile b/pkg/cadvisor/Dockerfile index 7de02aa86..d1112a722 100644 --- a/pkg/cadvisor/Dockerfile +++ b/pkg/cadvisor/Dockerfile @@ -4,7 +4,7 @@ RUN apk add --no-cache bash go git musl-dev linux-headers make ENV GOPATH=/go PATH=$PATH:/go/bin ENV GITREPO=github.com/google/cadvisor -ENV COMMIT=v0.28.1 +ENV COMMIT=v0.30.2 ADD /static.patch /tmp/