From 681c9ca48ebd36fc5b77a46f2577038d671facbd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 23:26:43 +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 7b7d8d71..75a6e9c4 100644 --- a/src/development/stack.yml +++ b/src/development/stack.yml @@ -247,7 +247,7 @@ services: # timeout: 10s # retries: 3 # start_period: 60s - image: elasticsearch:8.19.14 + image: elasticsearch:9.3.3 secrets: - source: elasticsearch-keystore_password uid: "1000"