Skip to content

Commit 12c9126

Browse files
committed
fix
1 parent 0bab357 commit 12c9126

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:8u342-jre-slim");
39+
super("openjdk:8u272-jre-slim");
4040

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

0 commit comments

Comments
 (0)