From c4c3bb5f7df9e888dded54488f73bf67b3256aa6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 01:45:33 +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 753c8065..6fc5655f 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.14 + image: elasticsearch:9.3.3 secrets: - source: elasticsearch-keystore_password uid: "1000"