We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3257929 + 9595e30 commit 6580abfCopy full SHA for 6580abf
Dockerfile
@@ -13,7 +13,7 @@ COPY --from=builder /go/src/github.com/prometheus-community/elasticsearch_export
13
EXPOSE 9114
14
ENTRYPOINT [ "/bin/elasticsearch_exporter" ]
15
16
-FROM quay.io/sysdig/sysdig-mini-ubi:1.1.14 as ubi
+FROM quay.io/sysdig/sysdig-mini-ubi:1.2.0 as ubi
17
18
COPY --from=builder /go/src/github.com/prometheus-community/elasticsearch_exporter/elasticsearch_exporter /bin/elasticsearch_exporter
19
0 commit comments