Use same Docker base image as most other exporters
This commit is contained in:
parent
0967fc04d5
commit
77334800be
|
@ -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 <prometheus-developers@googlegroups.com>"
|
||||
|
||||
ARG ARCH="amd64"
|
||||
|
|
Loading…
Reference in New Issue