pkg/cadvisor: Update to v0.33.0

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer 2019-03-02 20:15:13 +00:00
parent 4fdad53190
commit 0552c47a26

View File

@ -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.30.2
ENV COMMIT=v0.33.0
ADD /static.patch /tmp/