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"