Skip to content

Commit

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

@Container
public static OpensearchContainer<?> openSearchContainer =
new OpensearchContainer<>(DockerImageName.parse("opensearchproject/opensearch:2.11.0"));
new OpensearchContainer<>(DockerImageName.parse("opensearchproject/opensearch:2.11.1"));

static {
openSearchContainer.start();
Expand Down

0 comments on commit fca5a33

Please sign in to comment.