mirror of
https://github.com/prometheus/prometheus
synced 2025-02-21 06:57:20 +00:00
Merge pull request #4539 from tariq1890/fix_docker_label
Fix Dockerfile label syntax
This commit is contained in:
commit
40517dc4b3
@ -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