From f80d156f04165cd4727458492f3a84d173ae4e47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:24:59 +0000 Subject: [PATCH] Update docker.elastic.co/kibana/kibana Docker tag to v8.15.3 --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 6ebefd7..ce87bb8 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.2}" + image: "docker.elastic.co/kibana/kibana:${KIBANA_VERSION:-8.15.3}" ports: - "5601:5601" restart: always