From 8fc087c7bc0232be51c4c487622b28e497e7feb7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 17:59:55 +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