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