From 2a3adc8dd79d717afcc1f73357896aabbb0bf3ee Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 14 Mar 2026 04:20:03 +0000 Subject: [PATCH] chore(deps): update docker.elastic.co/elasticsearch/elasticsearch docker tag to v9 --- compose.fulltextsearch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.fulltextsearch.yml b/compose.fulltextsearch.yml index 71cf4e4..7d6724f 100644 --- a/compose.fulltextsearch.yml +++ b/compose.fulltextsearch.yml @@ -2,7 +2,7 @@ version: "3.8" services: elasticsearch: - image: "docker.elastic.co/elasticsearch/elasticsearch:8.17.2" + image: "docker.elastic.co/elasticsearch/elasticsearch:9.3.1" environment: - cluster.name=docker-cluster - bootstrap.memory_lock=true