Compare commits
No commits in common. "95f80d8804352aabb2493099ceadd3ef39457ff6" and "426a8e0a0aa7c3c3bf1b37616bb22b030153a4b3" have entirely different histories.
95f80d8804
...
426a8e0a0a
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ RUN apk upgrade --no-cache && apk add \
|
|||
git="2.30.2-r0" \
|
||||
wget="1.21.1-r1" \
|
||||
curl="7.74.0-r1" \
|
||||
tar="1.34-r0" && \
|
||||
tar="1.33-r1" && \
|
||||
curl -L "https://github.com/google/cadvisor/archive/${CADVISOR_VERSION}.tar.gz" | tar xvz --strip 1 && \
|
||||
./build/build.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue