diff --git a/pkg/cadvisor/Dockerfile b/pkg/cadvisor/Dockerfile index 751683c45..21d04b69d 100644 --- a/pkg/cadvisor/Dockerfile +++ b/pkg/cadvisor/Dockerfile @@ -7,7 +7,7 @@ RUN [ $(uname -m) = aarch64 ] && apk add --no-cache gcc || true ENV GOPATH=/go PATH=$PATH:/go/bin ENV GITBASE=github.com/google ENV GITREPO=github.com/google/cadvisor -ENV COMMIT=v0.36.0 +ENV COMMIT=v0.51.0 ADD /static.patch /tmp/ @@ -18,7 +18,7 @@ RUN mkdir -p /go/src/${GITBASE} \ && git checkout ${COMMIT} \ && patch -p1 build/build.sh