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 a3c68e2 commit 4ccb595Copy full SHA for 4ccb595
smoke-tests/images/servlet/build.gradle.kts
@@ -19,7 +19,7 @@ data class ImageTarget(
19
val extraTag = findProperty("extraTag")
20
?: java.time.format.DateTimeFormatter.ofPattern("yyyyMMdd.HHmmSS").format(java.time.LocalDateTime.now())
21
22
-val latestJava = "23" // renovate: datasource=java-version
+val latestJava = "25" // renovate: datasource=java-version
23
24
// Each line under appserver describes one matrix of (version x vm x jdk), dockerfile key overrides
25
// Dockerfile name, args key passes raw arguments to docker build
0 commit comments