Skip to content

Commit

Permalink
chore(deps): update opensearchproject/opensearch docker tag to v2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Aug 8, 2024
1 parent 23c5557 commit 9fa5887
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 final OpensearchContainer<?> openSearchContainer =
new OpensearchContainer<>(DockerImageName.parse("opensearchproject/opensearch:2.15.0"))
new OpensearchContainer<>(DockerImageName.parse("opensearchproject/opensearch:2.16.0"))
.withEnv("OPENSEARCH_INITIAL_ADMIN_PASSWORD", "admin");

static {
Expand Down

0 comments on commit 9fa5887

Please sign in to comment.