From 23f6c1471d64f5ae0841dd527ed000070492fdd1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 03:48:03 +0000 Subject: [PATCH] chore(deps): update elasticsearch docker tag to v9 --- src/development/stack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/development/stack.yml b/src/development/stack.yml index b97d68e0..83871a73 100644 --- a/src/development/stack.yml +++ b/src/development/stack.yml @@ -256,7 +256,7 @@ services: # timeout: 10s # retries: 3 # start_period: 60s - image: elasticsearch:8.19.18 + image: elasticsearch:9.4.3 secrets: - source: elasticsearch-keystore_password uid: "1000"