Browse Source

change deprecated maintainer to label (#2724)

pull/2783/head
Benjamin 8 years ago committed by Julius Volz
parent
commit
51626f2573
  1. 2
      Dockerfile

2
Dockerfile

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

Loading…
Cancel
Save