Merge pull request 'Update dependency curl to v7.77.0-r0' (#24) from renovate/base-dependencies into main
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
Reviewed-on: #24
This commit is contained in:
commit
380f111a5b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ RUN apk upgrade --no-cache && apk add \
|
|||
bash="5.1.0-r0" \
|
||||
git="2.30.2-r0" \
|
||||
wget="1.21.1-r1" \
|
||||
curl="7.76.1-r0" \
|
||||
curl="7.77.0-r0" \
|
||||
tar="1.34-r0" && \
|
||||
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