diff --git a/compose.yml b/compose.yml index eb2e782..2607255 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.0 + image: kibana:8.11.1 restart: always environment: - "TZ=Europe/Berlin"