Skip to content

Commit

Permalink
feat: update base Docker image to Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
bobeal committed Dec 2, 2023
1 parent bff1a73 commit 1580be8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ subprojects {
}
}

project.ext.set("jibFromImage", "eclipse-temurin:17-jre")
project.ext.set("jibFromImage", "eclipse-temurin:21-jre")
project.ext.set(
"jibFromPlatforms",
listOf(
Expand All @@ -163,7 +163,7 @@ subprojects {
NGSI-LD is an Open API and data model specification for context management published by ETSI.
""".trimIndent(),
"org.opencontainers.image.source" to "https://github.com/stellio-hub/stellio-context-broker",
"com.java.version" to "${JavaVersion.VERSION_17}"
"com.java.version" to "${JavaVersion.VERSION_21}"
)
)
}
Expand Down

0 comments on commit 1580be8

Please sign in to comment.