From c7693f6c68769f05adadb2376a5400a4ad39bc42 Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Sun, 26 Aug 2018 19:43:53 -0700 Subject: [PATCH] Fix Dockerfile label syntax Signed-off-by: Tariq Ibrahim --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dbcb5ec99..00700591f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM quay.io/prometheus/busybox:latest -LABEL maintainer "The Prometheus Authors " +LABEL maintainer="The Prometheus Authors " COPY prometheus /bin/prometheus COPY promtool /bin/promtool