Skip to content

Commit 3fff16d

Browse files
committed
Fix windows
1 parent 668e968 commit 3fff16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jmx-scraper/src/integrationTest/java/io/opentelemetry/contrib/jmxscraper/TestAppContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class TestAppContainer extends GenericContainer<TestAppContainer> {
3636
private boolean clientCertificate;
3737

3838
public TestAppContainer() {
39-
super("openjdk:8u272-jre-slim");
39+
super("openjdk:8u342-jre-slim");
4040

4141
this.properties = new HashMap<>();
4242

0 commit comments

Comments
 (0)