Merge pull request #4539 from tariq1890/fix_docker_label

Fix Dockerfile label syntax
This commit is contained in:
Simon Pasquier 2018-09-04 09:22:30 +02:00 committed by GitHub
commit 40517dc4b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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