We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63bbb4d + 2ccf97d commit dc3943eCopy full SHA for dc3943e
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.2.3 AS ubi
+FROM quay.io/sysdig/sysdig-stig-mini-ubi9:1.2.6 AS ubi
24
25
COPY --from=builder /go/src/github.com/prometheus-community/elasticsearch_exporter/elasticsearch_exporter /bin/elasticsearch_exporter
26
0 commit comments