Skip to content

Commit

Permalink
Fix Dockerfile label syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Tariq Ibrahim <[email protected]>
  • Loading branch information
Tariq Ibrahim committed Aug 27, 2018
1 parent 9f4cb06 commit c7693f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM quay.io/prometheus/busybox:latest
LABEL maintainer "The Prometheus Authors <[email protected]>"
LABEL maintainer="The Prometheus Authors <[email protected]>"

COPY prometheus /bin/prometheus
COPY promtool /bin/promtool
Expand Down

0 comments on commit c7693f6

Please sign in to comment.