Update base dependencies
This commit is contained in:
parent
aa2f72baf2
commit
a75ce86be6
1 changed files with 9 additions and 9 deletions
18
Dockerfile
18
Dockerfile
|
@ -11,14 +11,14 @@ 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-r1" \
|
||||
libc6-compat="1.2.2-r3" \
|
||||
device-mapper="2.02.187-r1" \
|
||||
findutils="4.8.0-r0" \
|
||||
zfs="2.0.1-r0" \
|
||||
findutils="4.8.0-r1" \
|
||||
zfs="2.0.3-r1" \
|
||||
build-base="0.5-r2" \
|
||||
linux-headers="5.7.8-r0" \
|
||||
bash="5.1.0-r0" \
|
||||
git="2.30.2-r0" \
|
||||
linux-headers="5.10.41-r0" \
|
||||
bash="5.1.4-r0" \
|
||||
git="2.32.0-r0" \
|
||||
wget="1.21.1-r1" \
|
||||
curl="7.77.0-r1" \
|
||||
tar="1.34-r0" && \
|
||||
|
@ -32,10 +32,10 @@ FROM arm64v8/alpine:3.14.0@sha256:53b74ddfc6225e3c8cc84d7985d0f34666e4e8b0b6892a
|
|||
FROM base-${ARCH}
|
||||
|
||||
RUN apk upgrade --no-cache && apk add \
|
||||
libc6-compat="1.2.2-r1" \
|
||||
libc6-compat="1.2.2-r3" \
|
||||
device-mapper="2.02.187-r1" \
|
||||
findutils="4.8.0-r0" \
|
||||
zfs="2.0.1-r0" && \
|
||||
findutils="4.8.0-r1" \
|
||||
zfs="2.0.3-r1" && \
|
||||
rm -rf /var/cache/apk/*
|
||||
|
||||
COPY --from=builder /go/src/github.com/google/cadvisor/cadvisor /usr/bin/cadvisor
|
||||
|
|
Loading…
Reference in a new issue