Devenv: Use newer label syntax (#100507)

This commit is contained in:
Gilles De Mey
2025-02-12 16:44:49 +01:00
committed by GitHub
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"]