From d03e0ba1168f36b69eea7f2a5adbc3877fb02aa0 Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Mon, 27 Aug 2018 09:59:41 -0700 Subject: [PATCH] Dockerfile: Using the recommended label syntax for maintainer (#1533) Signed-off-by: Tariq Ibrahim --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 87358558..9cd07ad2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM prom/busybox:latest -MAINTAINER The Prometheus Authors +LABEL maintainer="The Prometheus Authors " COPY amtool /bin/amtool COPY alertmanager /bin/alertmanager