File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
smoke-tests/src/test/java/io/opentelemetry/smoketest Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -20,5 +20,7 @@ public final class TestImageVersions {
2020
2121 public static final String ZULU_OPENJDK_8U31_VERSION = "20251117.19421579350" ;
2222
23+ public static final String SERVLET_VERSION = "20251118.19478518185" ;
24+
2325 private TestImageVersions () {}
2426}
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ void afterAll() {
6464 static Function <AppServerImage , String > appServerImage (String targetImagePrefix ) {
6565 return a -> {
6666 String platformSuffix = a .isWindows () ? "-windows" : "" ;
67- String extraTag = "-20251014.18508284308" ;
67+ String extraTag = "-" + TestImageVersions . SERVLET_VERSION ;
6868 String fullSuffix = a .getServerVersion () + "-jdk" + a .getJdk () + platformSuffix + extraTag ;
6969 return targetImagePrefix + ":" + fullSuffix ;
7070 };
You can’t perform that action at this time.
0 commit comments