diff --git a/compose.yml b/compose.yml index 7f31432..2f43859 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.11.4 + image: kibana:8.12.0 restart: always environment: - "TZ=Europe/Berlin"