Skip to content

Commit c4bbc06

Browse files
chore(deps): update elasticsearch docker tag to v9
1 parent 7eace8d commit c4bbc06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/development/elasticsearch/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
ES_JAVA_OPTS: -Xms1g -Xmx1g
1919
KEYSTORE_PASSWORD_FILE: /run/secrets/elasticsearch-keystore-password
2020
network.publish_host: elasticsearch
21-
image: elasticsearch:8.19.12
21+
image: elasticsearch:9.3.2
2222
secrets:
2323
- source: elasticsearch-keystore-password
2424
uid: "1000"

0 commit comments

Comments
 (0)