forked from mirrors/statsd_exporter
Use maintainer label in Dockerfile
fixes #149. Signed-off-by: Matthias Rampke <mr@soundcloud.com>
This commit is contained in:
parent
95d60eed01
commit
90b6066252
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue