Update base dependencies

This commit is contained in:
Renovate Bot 2021-06-11 16:00:29 +00:00
parent d7ff735ad0
commit 03770b8f59
1 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ ENV CADVISOR_VERSION="v0.38.8"
WORKDIR $GOPATH/src/github.com/google/cadvisor
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" \
findutils="4.8.0-r0" \
zfs="2.0.1-r0" \
@ -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.77.0-r0" \
curl="7.77.0-r1" \
tar="1.34-r0" && \
curl -L "https://github.com/google/cadvisor/archive/${CADVISOR_VERSION}.tar.gz" | tar xvz --strip 1 && \
./build/build.sh
@ -32,7 +32,7 @@ FROM arm64v8/alpine:3.13.5@sha256:8f18fae117ec6e5777cc62ba78cbb3be10a8a38639ccfb
FROM base-${ARCH}
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" \
findutils="4.8.0-r0" \
zfs="2.0.1-r0" && \