pkg/cadvisor: Update to 0.30.2

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2018-07-10 15:50:56 +01:00
parent c1e10002b0
commit 46184e258b

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