We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a52b2 commit 518961dCopy full SHA for 518961d
Dockerfile
@@ -7,7 +7,7 @@ RUN make release
7
RUN chmod +x postgres_exporter && mv postgres_exporter /tmp/postgres_exporter
8
9
10
-FROM quay.io/prometheus/busybox:latest as final
+FROM alpine:3.18 as final
11
12
COPY --from=build ["/tmp/postgres_exporter", "/" ]
13
0 commit comments