From ee8932a36e68ef42794a7154de9930a02300f1fb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 11 Nov 2025 10:01:34 +0000 Subject: [PATCH] chore(deps): update docker.elastic.co/elasticsearch/elasticsearch docker tag to v9.2.1 --- compose.fulltextsearch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.fulltextsearch.yaml b/compose.fulltextsearch.yaml index 8c7fe63..d375a07 100644 --- a/compose.fulltextsearch.yaml +++ b/compose.fulltextsearch.yaml @@ -1,6 +1,6 @@ services: elasticsearch: - image: "docker.elastic.co/elasticsearch/elasticsearch:9.2.0" + image: "docker.elastic.co/elasticsearch/elasticsearch:9.2.1" environment: - cluster.name=docker-cluster - bootstrap.memory_lock=true