From f8389e43db6d549441423d2d96b025ea68712d08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 20:06:15 +0000 Subject: [PATCH] Bump sysdig/sysdig-stig-mini-ubi9 from 1.3.5 to 1.3.7 Bumps sysdig/sysdig-stig-mini-ubi9 from 1.3.5 to 1.3.7. --- updated-dependencies: - dependency-name: sysdig/sysdig-stig-mini-ubi9 dependency-version: 1.3.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 090c2da1..1f318244 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ COPY --from=builder /go/src/github.com/prometheus-community/elasticsearch_export EXPOSE 9114 ENTRYPOINT [ "/bin/elasticsearch_exporter" ] -FROM quay.io/sysdig/sysdig-stig-mini-ubi9:1.3.5 AS ubi +FROM quay.io/sysdig/sysdig-stig-mini-ubi9:1.3.7 AS ubi COPY --from=builder /go/src/github.com/prometheus-community/elasticsearch_exporter/elasticsearch_exporter /bin/elasticsearch_exporter