Use noble buildpacks instead of jammy

Closes gh-42711
This commit is contained in:
Moritz Halbritter
2025-02-19 13:44:38 +01:00
parent f096707d03
commit 4f672b9588
70 changed files with 102 additions and 102 deletions

View File

@@ -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()]
}
}

View File

@@ -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()]
}
}