Merge pull request 'Update base dependencies' (#27) from renovate/base-dependencies into main
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #27
This commit is contained in:
commit
597f0d51d1
1 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ ENV CADVISOR_VERSION="v0.38.8"
|
||||||
WORKDIR $GOPATH/src/github.com/google/cadvisor
|
WORKDIR $GOPATH/src/github.com/google/cadvisor
|
||||||
|
|
||||||
RUN apk upgrade --no-cache && apk add \
|
RUN apk upgrade --no-cache && apk add \
|
||||||
libc6-compat="1.2.2-r0" \
|
libc6-compat="1.2.2-r1" \
|
||||||
device-mapper="2.02.187-r1" \
|
device-mapper="2.02.187-r1" \
|
||||||
findutils="4.8.0-r0" \
|
findutils="4.8.0-r0" \
|
||||||
zfs="2.0.1-r0" \
|
zfs="2.0.1-r0" \
|
||||||
|
@ -20,7 +20,7 @@ RUN apk upgrade --no-cache && apk add \
|
||||||
bash="5.1.0-r0" \
|
bash="5.1.0-r0" \
|
||||||
git="2.30.2-r0" \
|
git="2.30.2-r0" \
|
||||||
wget="1.21.1-r1" \
|
wget="1.21.1-r1" \
|
||||||
curl="7.77.0-r0" \
|
curl="7.77.0-r1" \
|
||||||
tar="1.34-r0" && \
|
tar="1.34-r0" && \
|
||||||
curl -L "https://github.com/google/cadvisor/archive/${CADVISOR_VERSION}.tar.gz" | tar xvz --strip 1 && \
|
curl -L "https://github.com/google/cadvisor/archive/${CADVISOR_VERSION}.tar.gz" | tar xvz --strip 1 && \
|
||||||
./build/build.sh
|
./build/build.sh
|
||||||
|
@ -32,7 +32,7 @@ FROM arm64v8/alpine:3.13.5@sha256:8f18fae117ec6e5777cc62ba78cbb3be10a8a38639ccfb
|
||||||
FROM base-${ARCH}
|
FROM base-${ARCH}
|
||||||
|
|
||||||
RUN apk upgrade --no-cache && apk add \
|
RUN apk upgrade --no-cache && apk add \
|
||||||
libc6-compat="1.2.2-r0" \
|
libc6-compat="1.2.2-r1" \
|
||||||
device-mapper="2.02.187-r1" \
|
device-mapper="2.02.187-r1" \
|
||||||
findutils="4.8.0-r0" \
|
findutils="4.8.0-r0" \
|
||||||
zfs="2.0.1-r0" && \
|
zfs="2.0.1-r0" && \
|
||||||
|
|
Loading…
Reference in a new issue