From 3477d59e0728e778789582083cd3409125ccdd0a Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Wed, 17 Jan 2024 11:26:21 +0100 Subject: [PATCH] from scratch and not debian --- apps/mosquitto-prometheus-exporter/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mosquitto-prometheus-exporter/Dockerfile b/apps/mosquitto-prometheus-exporter/Dockerfile index ecf4908..cf2db7d 100644 --- a/apps/mosquitto-prometheus-exporter/Dockerfile +++ b/apps/mosquitto-prometheus-exporter/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /usr/src RUN go install github.com/sapcc/mosquitto-exporter@latest #RUN go mod download -FROM cr.wks/debian-stable +FROM scratch LABEL source_repository="https://github.com/sapcc/mosquitto-exporter" COPY --from=build /usr/src/gopath/bin/mosquitto-exporter /mosquitto-exporter