From aec18b05cf361b49d4dc31aeedb7e67e2675e417 Mon Sep 17 00:00:00 2001 From: "utic-renovate[bot]" <235200891+utic-renovate[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 12:14:39 +0000 Subject: [PATCH] fix(deps): Update docker.elastic.co/elasticsearch/elasticsearch Docker tag to v8.19.10 --- scripts/elasticsearch-test-helpers/common/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/elasticsearch-test-helpers/common/docker-compose.yaml b/scripts/elasticsearch-test-helpers/common/docker-compose.yaml index c8f8babf9a..0d9a680ebe 100644 --- a/scripts/elasticsearch-test-helpers/common/docker-compose.yaml +++ b/scripts/elasticsearch-test-helpers/common/docker-compose.yaml @@ -1,6 +1,6 @@ services: elasticsearch: - image: docker.elastic.co/elasticsearch/elasticsearch:8.7.0 + image: docker.elastic.co/elasticsearch/elasticsearch:8.19.10 container_name: es-test ports: - 9200:9200