From 4291b98a1c30ec8aa0951f2a4d7bed87a214bfee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 05:06:59 +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 8ef5ba87..7fc10747 100644 --- a/src/development/stack.yml +++ b/src/development/stack.yml @@ -206,7 +206,7 @@ services: ES_JAVA_OPTS: -Xms1g -Xmx1g KEYSTORE_PASSWORD_FILE: /run/secrets/elasticsearch-keystore_password network.publish_host: elasticsearch - image: elasticsearch:8.19.12 + image: elasticsearch:9.3.1 secrets: - source: elasticsearch-keystore_password uid: "1000"