We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668e968 commit 3fff16dCopy full SHA for 3fff16d
jmx-scraper/src/integrationTest/java/io/opentelemetry/contrib/jmxscraper/TestAppContainer.java
@@ -36,7 +36,7 @@ public class TestAppContainer extends GenericContainer<TestAppContainer> {
36
private boolean clientCertificate;
37
38
public TestAppContainer() {
39
- super("openjdk:8u272-jre-slim");
+ super("openjdk:8u342-jre-slim");
40
41
this.properties = new HashMap<>();
42
0 commit comments