From 715bbbeb8ec87836b2172da359aa304d565cd195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jun 2022 20:16:34 +0000 Subject: [PATCH] Bump sysdig/sysdig-mini-ubi from 1.2.12 to 1.3.1 Bumps sysdig/sysdig-mini-ubi from 1.2.12 to 1.3.1. --- updated-dependencies: - dependency-name: sysdig/sysdig-mini-ubi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6e439d1f..89183418 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-ubi:1.2.12 as ubi +FROM quay.io/sysdig/sysdig-mini-ubi:1.3.1 as ubi COPY --from=builder /go/src/github.com/prometheus-community/elasticsearch_exporter/elasticsearch_exporter /bin/elasticsearch_exporter