From 0ecc33e7b3b7ae0b0579ae795e472cdbb234bb81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 10:44:01 +0000 Subject: [PATCH] chore(deps): update docker.elastic.co/elasticsearch/elasticsearch docker tag to v8 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c6bebba4..426092f4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - 6379:6379 elastic: - image: docker.elastic.co/elasticsearch/elasticsearch:6.8.23 + image: docker.elastic.co/elasticsearch/elasticsearch:8.15.2 env: network.host: "0.0.0.0" http.cors.enabled: "true"