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 5d93a12 commit e6c081dCopy full SHA for e6c081d
smoke-tests/src/test/groovy/io/opentelemetry/smoketest/AppServerTest.groovy
@@ -54,7 +54,7 @@ abstract class AppServerTest extends SmokeTest {
54
@Override
55
protected String getTargetImage(String jdk, String serverVersion, boolean windows) {
56
String platformSuffix = windows ? "-windows" : ""
57
- String extraTag = "20230613.5255654528"
+ String extraTag = "20230614.5268785245"
58
String fullSuffix = "${serverVersion}-jdk$jdk$platformSuffix-$extraTag"
59
return getTargetImagePrefix() + ":" + fullSuffix
60
}
0 commit comments