From 20c8327b80a7404c06e6aabf5651284e387abeb7 Mon Sep 17 00:00:00 2001 From: Jaime Yera Hidalgo Date: Mon, 9 Sep 2024 20:11:45 +0200 Subject: [PATCH] UPDATE go version and ubi image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 938193ce..ac0aa2a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ COPY --from=builder /go/src/github.com/prometheus-community/elasticsearch_export EXPOSE 9114 ENTRYPOINT [ "/bin/elasticsearch_exporter" ] -FROM quay.io/sysdig/sysdig-mini-ubi9:1.3.2 AS ubi +FROM quay.io/sysdig/sysdig-mini-ubi9:1.3.9 AS ubi COPY --from=builder /go/src/github.com/prometheus-community/elasticsearch_exporter/elasticsearch_exporter /bin/elasticsearch_exporter