Skip to content

Commit 2905bc0

Browse files
committed
chore: fix dockerfile
1 parent c7b0990 commit 2905bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN make release
77
RUN chmod +x postgres_exporter && mv postgres_exporter /tmp/postgres_exporter
88

99

10-
FROM alpine as final
10+
FROM quay.io/prometheus/busybox:latest as final
1111

1212
COPY --from=build ["/tmp/postgres_exporter", "/" ]
1313

0 commit comments

Comments
 (0)