We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 117dd1b commit 20c8327Copy full SHA for 20c8327
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-ubi9:1.3.2 AS ubi
+FROM quay.io/sysdig/sysdig-mini-ubi9:1.3.9 AS ubi
21
22
COPY --from=builder /go/src/github.com/prometheus-community/elasticsearch_exporter/elasticsearch_exporter /bin/elasticsearch_exporter
23
0 commit comments