From 47fb98fba2998a5b1e37583e468ff0faba3e300b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 18:08:55 +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 bd98dedc27..d496d6c370 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - 6379:6379 elastic: - image: docker.elastic.co/elasticsearch/elasticsearch:6.7.1 + image: docker.elastic.co/elasticsearch/elasticsearch:8.13.4 env: network.host: "0.0.0.0" http.cors.enabled: "true"