From f0cf16040307629c5000accc547c191ea0e7efdb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 13:39:56 +0000 Subject: [PATCH] Update fluent/fluentd Docker tag to v1.19.0 --- Dockerfile.elasticsearch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.elasticsearch b/Dockerfile.elasticsearch index 8eb760e..7903894 100644 --- a/Dockerfile.elasticsearch +++ b/Dockerfile.elasticsearch @@ -1,4 +1,4 @@ -ARG FLUENTD_VERSION=v1.17.1-debian-1.0 +ARG FLUENTD_VERSION=v1.19.0-debian-1.0 FROM fluent/fluentd:${FLUENTD_VERSION} USER root ARG PLUGIN_ELASTICSEARCH_VERSION=5.4.3