From 0d36207fe274de71f4b9940b88642d1b601a7b22 Mon Sep 17 00:00:00 2001 From: John Belisle Date: Mon, 19 Apr 2021 19:21:41 -0400 Subject: [PATCH] Bump to latest version of cadvisor source code --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f75e358..76dedf6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN apk update && apk add --no-cache git && \ apk add --no-cache libc-dev RUN mkdir -p $GOPATH/src/github.com/google/cadvisor && \ - git clone --branch v0.34.0 --depth 1 https://github.com/google/cadvisor.git $GOPATH/src/github.com/google/cadvisor + git clone --branch v0.37.5 --depth 1 https://github.com/google/cadvisor.git $GOPATH/src/github.com/google/cadvisor WORKDIR $GOPATH/src/github.com/google/cadvisor RUN make build