From 6c8aca6882195d9299258f398719f02f51f9bf67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 16:45:55 +0000 Subject: [PATCH] :seedling: bump fluent/fluent-operator/fluent-bit from 4.2.3 to v5.0.5 Bumps [fluent/fluent-operator/fluent-bit](https://github.com/fluent/fluent-operator) from 4.2.3 to v5.0.5. - [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.5 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..3c49604a 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.5 AS fluent-bit-output COPY --from=builder /go/src/github.com/gardener/logging/build/output_plugin.so /fluent-bit/plugins/output_plugin.so