Fix Dockerfile label syntax

Signed-off-by: Tariq Ibrahim <tariq.ibrahim@microsoft.com>
This commit is contained in:
Tariq Ibrahim 2018-08-26 19:43:53 -07:00
parent 9f4cb06a37
commit c7693f6c68
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FROM quay.io/prometheus/busybox:latest
LABEL 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