Use noble buildpacks instead of jammy
Closes gh-42711
This commit is contained in:
@@ -39,6 +39,6 @@ application {
|
||||
|
||||
bootBuildImage {
|
||||
archiveFile = bootDistZip.archiveFile
|
||||
builder = "paketobuildpacks/builder-jammy-base:latest"
|
||||
builder = "paketobuildpacks/builder-noble-java-tiny:latest"
|
||||
environment = ['BP_JVM_VERSION': java.targetCompatibility.getMajorVersion()]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -39,6 +39,6 @@ application {
|
||||
|
||||
bootBuildImage {
|
||||
archiveFile = distZip.archiveFile
|
||||
builder = "paketobuildpacks/builder-jammy-base:latest"
|
||||
builder = "paketobuildpacks/builder-noble-java-tiny:latest"
|
||||
environment = ['BP_JVM_VERSION': java.targetCompatibility.getMajorVersion()]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user