mirror of
https://github.com/prometheus/prometheus
synced 2025-01-11 08:59:37 +00:00
Fix Dockerfile label syntax
Signed-off-by: Tariq Ibrahim <tariq.ibrahim@microsoft.com>
This commit is contained in:
parent
9f4cb06a37
commit
c7693f6c68
@ -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…
Reference in New Issue
Block a user