From f3cc99073cddc47fd7bba328634ca96e8a6b4005 Mon Sep 17 00:00:00 2001 From: Zoey Date: Tue, 17 Dec 2024 22:41:49 +0100 Subject: [PATCH] Update compose.yaml Signed-off-by: Zoey --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 8b0d7c6..85cc12f 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.16.1 + image: kibana:8.17.0 restart: always environment: - "TZ=Europe/Berlin"