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.
2 parents bf9b7ad + 38f240d commit 0d065dbCopy full SHA for 0d065db
Dockerfile
@@ -17,7 +17,7 @@ COPY --from=builder /go/src/github.com/prometheus-community/elasticsearch_export
17
EXPOSE 9114
18
ENTRYPOINT [ "/bin/elasticsearch_exporter" ]
19
20
-FROM quay.io/sysdig/sysdig-mini-ubi:1.4.6 as ubi
+FROM quay.io/sysdig/sysdig-mini-ubi:1.4.7 as ubi
21
22
COPY --from=builder /go/src/github.com/prometheus-community/elasticsearch_exporter/elasticsearch_exporter /bin/elasticsearch_exporter
23
0 commit comments