Skip to content

Commit

Permalink
Use same Docker base image as most other exporters
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfehler committed Feb 21, 2022
1 parent 0967fc0 commit 7733480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG ARCH="amd64"
ARG OS="linux"
FROM quay.io/prometheus/busybox-${OS}-${ARCH}:glibc
FROM quay.io/prometheus/busybox-${OS}-${ARCH}:latest
LABEL maintainer="The Prometheus Authors <[email protected]>"

ARG ARCH="amd64"
Expand Down

0 comments on commit 7733480

Please sign in to comment.