diff --git a/docker-compose.yaml b/docker-compose.yaml index 2ae42d2..4d6fede 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -699,7 +699,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.0}" + image: "docker.elastic.co/kibana/kibana:${KIBANA_VERSION:-8.15.2}" ports: - "5601:5601" restart: always