From 25d2761a64702121c89bca5300afac5f8e26e56d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 11:04:43 +0000 Subject: [PATCH] :seedling: bump fluent/fluent-operator/fluent-bit from 4.2.3 to v5.0.7 Bumps [fluent/fluent-operator/fluent-bit](https://github.com/fluent/fluent-operator) from 4.2.3 to v5.0.7. - [Release notes](https://github.com/fluent/fluent-operator/releases) - [Changelog](https://github.com/fluent/fluent-operator/blob/master/CHANGELOG.md) - [Commits](https://github.com/fluent/fluent-operator/commits) --- updated-dependencies: - dependency-name: fluent/fluent-operator/fluent-bit dependency-version: v5.0.7 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 1d658122..845e0f95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ WORKDIR / CMD ["/bin/cp", "/source/plugins/output_plugin.so", "/plugins"] ############# fluent-bit-output ############# -FROM ghcr.io/fluent/fluent-operator/fluent-bit:4.2.3 AS fluent-bit-output +FROM ghcr.io/fluent/fluent-operator/fluent-bit:v5.0.7 AS fluent-bit-output COPY --from=builder /go/src/github.com/gardener/logging/build/output_plugin.so /fluent-bit/plugins/output_plugin.so