Use platform API builder image tags
CNB builder images are now being tagged in a manner that indicates the version of the platform API implemented. This allows Spring Boot to default to a builder tag that guarantees API compatibility while allowing for updates to bundled buildpacks. Fixes gh-20171
This commit is contained in:
@@ -7,5 +7,5 @@ sourceCompatibility = '1.8'
|
||||
targetCompatibility = '1.8'
|
||||
|
||||
bootBuildImage {
|
||||
builder = "cloudfoundry/cnb:0.0.43-bionic"
|
||||
builder = "cloudfoundry/cnb:bionic-platform-api-0.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user