From 6b1dd883029c9126e8219fcc0cff274911db1d89 Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Mon, 27 Aug 2018 08:28:47 -0700 Subject: [PATCH] Using the recommended label syntax for maintainer in Dockerfile. Signed-off-by: Tariq Ibrahim --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a13eb94..211f22b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -tags netgo -ldflags '-w' # Final image. FROM prom/busybox -LABEL maintainer "The Prometheus Authors " +LABEL maintainer="The Prometheus Authors " COPY --from=builder /go/src/github.com/prometheus/client_golang/examples/random \ /go/src/github.com/prometheus/client_golang/examples/simple ./ EXPOSE 8080