diff --git a/compose.yaml b/compose.yaml index 2a70199..ca14211 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.17.0 + image: kibana:8.17.1 restart: always environment: - "TZ=Europe/Berlin"