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 8c37268 + cbdc482 commit 6b13b9dCopy full SHA for 6b13b9d
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.25.1 AS builder
+FROM golang:1.25.3 AS builder
2
3
ENV CGO_ENABLED=1
4
ENV GOEXPERIMENT=boringcrypto
@@ -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.3.20 AS ubi
+FROM quay.io/sysdig/sysdig-stig-mini-ubi9:1.4.5 AS ubi
24
25
COPY --from=builder /go/src/github.com/prometheus-community/elasticsearch_exporter/elasticsearch_exporter /bin/elasticsearch_exporter
26
0 commit comments