testCompile "org.testcontainers:elasticsearch:1.14.3"
How to configure elasticsearch testcontainers to use the latest ES (say 7.9.2), the above is using a 6.4.1 image instead
testCompile "org.testcontainers:elasticsearch:1.14.3"
How to configure elasticsearch testcontainers to use the latest ES (say 7.9.2), the above is using a 6.4.1 image instead
at the place where you start the test container, just specify the desired image name: