10000 feat(deps): bump homecentr/base from 2.0.0-alpine to 2.4.3-alpine (#14) · homecentr/docker-cadvisor@38b9428 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 38b9428

Browse files
feat(deps): bump homecentr/base from 2.0.0-alpine to 2.4.3-alpine (#14)
* fix(deps): bump homecentr/base from 2.0.0-alpine to 2.4.3-alpine Bumps homecentr/base from 2.0.0-alpine to 2.4.3-alpine. Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Alpine packages updated Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Lukas Holota <l.holota@outlook.com>
1 parent 13146e8 commit 38b9428

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
FROM gcr.io/google-containers/cadvisor:v0.36.0 as cadvisor
22

3-
FROM homecentr/base:2.0.0-alpine
3+
FROM homecentr/base:2.4.3-alpine
44

55
ENV CADVISOR_ARG 893C S="-logtostderr"
66

77
RUN apk --no-cache add \
8-
libc6-compat=1.1.24-r2 \
9-
device-mapper=2.02.186-r0 \
10-
findutils=4.7.0-r0 && \
11-
apk --no-cache add thin-provisioning-tools=0.7.1-r3 --repository http://dl-3.alpinelinux.org/alpine/edge/main/
12-
8+
libc6-compat=1.1.24-r9 \
9+
device-mapper=2.02.186-r1 \
10+
findutils=4.7.0-r0 \
11+
thin-provisioning-tools=0.7.1-r3
12+
1313
# Copy cAdvisor binaries
1414
COPY --from=cadvisor /usr/bin/cadvisor /usr/bin/cadvisor
1515

0 commit comments

Comments
 (0)
0