From: silentpete Date: Tue, 26 Mar 2019 15:32:07 +0000 (-0600) Subject: #352 - swap MAINTAINER for LABEL X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a2fef9534bf58a148aff92e0edb5cda6f4c7ca85;p=blackbox_exporter.git #352 - swap MAINTAINER for LABEL Signed-off-by: silentpete --- diff --git a/Dockerfile b/Dockerfile index 1b66bb8..19b9f06 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM quay.io/prometheus/busybox:latest -MAINTAINER The Prometheus Authors +LABEL maintainer="The Prometheus Authors " COPY blackbox_exporter /bin/blackbox_exporter COPY blackbox.yml /etc/blackbox_exporter/config.yml