diff --git a/src/development/elasticsearch/compose.yaml b/src/development/elasticsearch/compose.yaml index 942a1ff1..e31e0f4a 100644 --- a/src/development/elasticsearch/compose.yaml +++ b/src/development/elasticsearch/compose.yaml @@ -18,7 +18,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"