diff --git a/compose.yaml b/compose.yaml index 01a0cb1..3721797 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.0 + image: kibana:8.16.1 restart: always environment: - "TZ=Europe/Berlin"