From 0e96fb5a8835cbc9ee811bb3662c8e0d5328a143 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 09:22:31 +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 4532f1de..1fb31dee 100644 --- a/src/development/stack.yml +++ b/src/development/stack.yml @@ -249,7 +249,7 @@ services: # timeout: 10s # retries: 3 # start_period: 60s - image: elasticsearch:8.19.15 + image: elasticsearch:9.3.4 secrets: - source: elasticsearch-keystore_password uid: "1000"