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 f484497 + 7938ccf commit 0301f58Copy full SHA for 0301f58
Dockerfile
@@ -20,7 +20,7 @@ COPY --from=builder /go/src/github.com/prometheus-community/elasticsearch_export
20
EXPOSE 9114
21
ENTRYPOINT [ "/bin/elasticsearch_exporter" ]
22
23
-FROM quay.io/sysdig/sysdig-stig-mini-ubi9:1.4.4 AS ubi
+FROM quay.io/sysdig/sysdig-stig-mini-ubi9:1.2.3 AS ubi
24
25
COPY --from=builder /go/src/github.com/prometheus-community/elasticsearch_exporter/elasticsearch_exporter /bin/elasticsearch_exporter
26
0 commit comments