From 27ec0ce05cdf4c0359af50beb409801ec85e1fec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 12:54:29 +0000 Subject: [PATCH] chore(deps): bump kube-logging/custom-runner from v0.8.0 to v0.10.0 Bumps [kube-logging/custom-runner](https://github.com/kube-logging/custom-runner) from v0.8.0 to v0.10.0. - [Release notes](https://github.com/kube-logging/custom-runner/releases) - [Commits](https://github.com/kube-logging/custom-runner/compare/v0.8.0...v0.10.0) --- updated-dependencies: - dependency-name: kube-logging/custom-runner dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b6348be..c4071b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/kube-logging/custom-runner:v0.8.0 as custom-runner +FROM ghcr.io/kube-logging/custom-runner:v0.10.0 as custom-runner FROM quay.io/prometheus/node-exporter:v1.8.2