mirror of https://github.com/grafana/grafana.git
Devenv: Use newer label syntax (#100507)
This commit is contained in:
parent
1f6142dd8f
commit
6e00954bb1
|
|
@ -7,7 +7,7 @@ RUN CGO_ENABLED=0 GOOS=linux go install -tags netgo -ldflags '-w' github.com/pro
|
|||
|
||||
# Final image.
|
||||
FROM scratch
|
||||
LABEL maintainer "The Prometheus Authors <prometheus-developers@googlegroups.com>"
|
||||
LABEL maintainer="The Prometheus Authors <prometheus-developers@googlegroups.com>"
|
||||
COPY --from=builder /go/bin/random .
|
||||
EXPOSE 8080
|
||||
ENTRYPOINT ["/random"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue