Use same Docker base image as most other exporters

This commit is contained in:
Conrad Hoffmann 2022-02-21 21:44:24 +01:00
parent 0967fc04d5
commit 77334800be
1 changed files with 1 additions and 1 deletions

View File

@ -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"