From 90b60662521020478624dfc6fed0cc874680a3e9 Mon Sep 17 00:00:00 2001 From: Matthias Rampke Date: Thu, 30 Aug 2018 08:21:55 +0000 Subject: [PATCH] Use maintainer label in Dockerfile fixes #149. Signed-off-by: Matthias Rampke --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 01133b0..4c09513 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM quay.io/prometheus/busybox:latest -MAINTAINER The Prometheus Authors +FROM quay.io/prometheus/busybox:latest +LABEL maintainer="The Prometheus Authors " COPY statsd_exporter /bin/statsd_exporter