Skip to content

Commit

Permalink
upgrade OS image in test base
Browse files Browse the repository at this point in the history
  • Loading branch information
dlg99 committed Sep 11, 2024
1 parent 2657eff commit f2bd94f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public abstract class ElasticSearchTestBase {
.orElse("docker.elastic.co/elasticsearch/elasticsearch:7.17.7");

public static final String OPENSEARCH = Optional.ofNullable(System.getenv("OPENSEARCH_IMAGE"))
.orElse("opensearchproject/opensearch:1.2.4");
.orElse("opensearchproject/opensearch:2.16.0");

protected final String elasticImageName;

Expand Down

0 comments on commit f2bd94f

Please sign in to comment.