Skip to content

Commit 518961d

Browse files
authored
chore: fix image
1 parent 85a52b2 commit 518961d

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 quay.io/prometheus/busybox:latest as final
10+
FROM alpine:3.18 as final
1111

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

0 commit comments

Comments
 (0)