Fix Dockerfile label syntax

Signed-off-by: Tariq Ibrahim <tariq.ibrahim@microsoft.com>
pull/4539/head
Tariq Ibrahim 8 years ago
parent 9f4cb06a37
commit c7693f6c68
  1. 2
      Dockerfile

@ -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

Loading…
Cancel
Save