From 51626f2573f15ed1c7e31cc76a16f188cdfd46d9 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Mon, 29 May 2017 15:58:40 +0200 Subject: [PATCH] change deprecated maintainer to label (#2724) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a522c07c5..2b73e43b4 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 prometheus /bin/prometheus COPY promtool /bin/promtool