Devenv: Use newer label syntax (#100507)

pull/99980/head^2
Gilles De Mey 3 months ago committed by GitHub
parent 1f6142dd8f
commit 6e00954bb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      devenv/docker/blocks/prometheus_random_data/Dockerfile

@ -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…
Cancel
Save