diff --git a/compose.yaml b/compose.yaml index 5c9aba6..ab0a4a6 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.15.2 + image: kibana:8.15.3 restart: always environment: - "TZ=Europe/Berlin"