Browse Source

Using the recommended syntax for maintainer label (#1053)

Signed-off-by: Tariq Ibrahim <tariq.ibrahim@microsoft.com>
pull/1057/head
Tariq Ibrahim 6 years ago committed by Ben Kochie
parent
commit
834e35112c
  1. 2
      Dockerfile

2
Dockerfile

@ -1,5 +1,5 @@
FROM quay.io/prometheus/busybox:glibc
MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
LABEL maintainer="The Prometheus Authors <prometheus-developers@googlegroups.com>"
COPY node_exporter /bin/node_exporter

Loading…
Cancel
Save