diff --git a/docker-compose.yaml b/docker-compose.yaml index 4e3d697..699c072 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -721,7 +721,7 @@ services: retries: 3 test: [CMD, curl, --fail, "http://localhost:5601/api/status"] timeout: 5s - image: "docker.elastic.co/kibana/kibana:${KIBANA_VERSION:-8.15.3}" + image: "docker.elastic.co/kibana/kibana:${KIBANA_VERSION:-8.16.0}" ports: - "5601:5601" restart: always