Skip to content

Commit 081e054

Browse files
authored
Merge pull request #6 from jmb12686/bump_v0.37.5
Bump to latest version of cadvisor source code
2 parents 6899d25 + 0d36207 commit 081e054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apk update && apk add --no-cache git && \
88
apk add --no-cache libc-dev
99

1010
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
11+
git clone --branch v0.37.5 --depth 1 https://github.com/google/cadvisor.git $GOPATH/src/github.com/google/cadvisor
1212
WORKDIR $GOPATH/src/github.com/google/cadvisor
1313
RUN make build
1414

0 commit comments

Comments
 (0)