From 3b8d829faab1d6d464d52f0e8603ec6191be3c15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 05:43:15 +0000 Subject: [PATCH] Update fluent/fluentd Docker tag to v1.17.1 --- Dockerfile.elasticsearch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.elasticsearch b/Dockerfile.elasticsearch index a16f403..8eb760e 100644 --- a/Dockerfile.elasticsearch +++ b/Dockerfile.elasticsearch @@ -1,4 +1,4 @@ -ARG FLUENTD_VERSION=v1.17.0-debian-1.0 +ARG FLUENTD_VERSION=v1.17.1-debian-1.0 FROM fluent/fluentd:${FLUENTD_VERSION} USER root ARG PLUGIN_ELASTICSEARCH_VERSION=5.4.3