From 834e35112c4a7c7fbd3b6ff108d1042035297c55 Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Tue, 28 Aug 2018 10:28:58 -0700 Subject: [PATCH] Using the recommended syntax for maintainer label (#1053) Signed-off-by: Tariq Ibrahim --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 98ce8c6a..383e6ef9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM quay.io/prometheus/busybox:glibc -MAINTAINER The Prometheus Authors +LABEL maintainer="The Prometheus Authors " COPY node_exporter /bin/node_exporter