From f3b093538f119c09f0a6ceacadf73f5469fc8817 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 22:53:18 +0000 Subject: [PATCH] Update kibana Docker tag to v8.16.0 --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 6de8231..5c46046 100644 --- a/compose.yaml +++ b/compose.yaml @@ -41,7 +41,7 @@ services: test: ["CMD-SHELL", "curl --silent --fail --location localhost:9200/_cluster/health || exit 1"] kibana: container_name: parsedmarc-kibana - image: kibana:8.15.3 + image: kibana:8.16.0 restart: always environment: - "TZ=Europe/Berlin"