Dockerfile: Using the recommended label syntax for maintainer (#1533)

Signed-off-by: Tariq Ibrahim <tariq.ibrahim@microsoft.com>
This commit is contained in:
Tariq Ibrahim 2018-08-27 09:59:41 -07:00 committed by Max Inden
parent 3799768d94
commit d03e0ba116
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FROM prom/busybox:latest
MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
LABEL maintainer="The Prometheus Authors <prometheus-developers@googlegroups.com>"
COPY amtool /bin/amtool
COPY alertmanager /bin/alertmanager