diff --git a/compose.yml b/compose.yml index 94566a3..dc0c80e 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.10.4 + image: kibana:8.11.0 restart: always environment: - "TZ=Europe/Berlin"