mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-05 21:57:09 +02: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