Skip to content

Commit

Permalink
update 1.3.x version for opensearch unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison committed May 10, 2023
1 parent 94faadd commit 92fb29e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
@Testcontainers(disabledWithoutDocker = true)
public class TikaPipesOpenSearch1xTest extends TikaPipesXSearchBase {

private static final String DOCKER_IMAGE_NAME = "opensearchproject/opensearch:1.3.2";
private static final String DOCKER_IMAGE_NAME = "opensearchproject/opensearch:1.3.9";

@Container
public static GenericContainer<?> OPEN_SEARCH_CONTAINER =
Expand Down

0 comments on commit 92fb29e

Please sign in to comment.