diff --git a/compose.yml b/compose.yml index 53f08b9..f5636fc 100644 --- a/compose.yml +++ b/compose.yml @@ -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.8.1 + image: kibana:8.9.1 restart: always environment: - "TZ=Europe/Berlin"