Use maintainer label in Dockerfile

fixes #149.

Signed-off-by: Matthias Rampke <mr@soundcloud.com>
This commit is contained in:
Matthias Rampke 2018-08-30 08:21:55 +00:00
parent 95d60eed01
commit 90b6066252
No known key found for this signature in database
GPG key ID: 2CDE413A9BD0A5BC

View file

@ -1,5 +1,5 @@
FROM quay.io/prometheus/busybox:latest
MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
FROM quay.io/prometheus/busybox:latest
LABEL maintainer="The Prometheus Authors <prometheus-developers@googlegroups.com>"
COPY statsd_exporter /bin/statsd_exporter