diff --git a/compose.yml b/compose.yml index 16f8a66..77927c8 100644 --- a/compose.yml +++ b/compose.yml @@ -40,7 +40,7 @@ services: test: ["CMD-SHELL", "curl --silent --fail --location localhost:9200/_cluster/health || exit 1"] kibana: container_name: parsedmarc-kibana - image: kibana:8.13.0 + image: kibana:8.13.3 restart: always environment: - "TZ=Europe/Berlin"