Skip to content

Commit

Permalink
Update ContainersConfig.java
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Sep 22, 2023
1 parent d50c4d8 commit d71e150
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
public class ContainersConfig {

static final GenericContainer<?> openSearchContainer =
new GenericContainer<>("opensearchproject/opensearch:1.3.12")
new GenericContainer<>("opensearchproject/opensearch:2.9.0")
.withEnv("discovery.type", "single-node")
.withEnv("DISABLE_SECURITY_PLUGIN", "true")
.withEnv("OPENSEARCH_JAVA_OPTS", "-Xms512m -Xmx512m")
Expand Down

0 comments on commit d71e150

Please sign in to comment.