From e45cff273a048e75a0a3253e6fd1c74f1bea196d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 20:42:15 +0000 Subject: [PATCH] Bump sysdig/sysdig-mini-ubi9 from 1.3.2 to 1.3.6 Bumps sysdig/sysdig-mini-ubi9 from 1.3.2 to 1.3.6. --- updated-dependencies: - dependency-name: sysdig/sysdig-mini-ubi9 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 938193ce..95259c1f 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.6 AS ubi COPY --from=builder /go/src/github.com/prometheus-community/elasticsearch_exporter/elasticsearch_exporter /bin/elasticsearch_exporter