diff --git a/src/development/stack.yml b/src/development/stack.yml index 065bf7b7..0bbadc83 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.13 + image: elasticsearch:9.3.2 secrets: - source: elasticsearch-keystore_password uid: "1000"