Skip to content

Commit

Permalink
Merge pull request #6 from jmb12686/bump_v0.37.5
Browse files Browse the repository at this point in the history
Bump to latest version of cadvisor source code
  • Loading branch information
jmb12686 authored Apr 19, 2021
2 parents 6899d25 + 0d36207 commit 081e054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 081e054

Please sign in to comment.