We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6899d25 + 0d36207 commit 081e054Copy full SHA for 081e054
Dockerfile
@@ -8,7 +8,7 @@ RUN apk update && apk add --no-cache git && \
8
apk add --no-cache libc-dev
9
10
RUN mkdir -p $GOPATH/src/github.com/google/cadvisor && \
11
- 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
12
WORKDIR $GOPATH/src/github.com/google/cadvisor
13
RUN make build
14
0 commit comments