We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09d268f + 715bbbe commit 12e1d31Copy full SHA for 12e1d31
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.2.12 as ubi
+FROM quay.io/sysdig/sysdig-mini-ubi:1.3.1 as ubi
21
22
COPY --from=builder /go/src/github.com/prometheus-community/elasticsearch_exporter/elasticsearch_exporter /bin/elasticsearch_exporter
23
0 commit comments