File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11# Buildpacks to include in builder
22[[buildpacks ]]
33id = " spring-boot/spring-boot-test-info"
4- version = " 0.0.1 "
4+ version = " 0.0.2 "
55uri = " ../buildpacks/test-info"
66
77# Order used for detection
88[[order ]]
99[[order .group ]]
1010id = " spring-boot/spring-boot-test-info"
11- version = " 0.0.1 "
11+ version = " 0.0.2 "
1212
1313# Base images used to create the builder
1414[build ]
15- image = " paketobuildpacks/build-jammy -tiny"
15+ image = " paketobuildpacks/build-noble -tiny"
1616[run ]
1717[[run .images ]]
18- image = " paketobuildpacks/run-jammy -tiny"
18+ image = " paketobuildpacks/run-noble -tiny"
1919
2020# Stack that will be used by the builder (deprecated)
2121[stack ]
22- id = " io.buildpacks.stacks.jammy .tiny"
23- build-image = " paketobuildpacks/build-jammy -tiny"
24- run-image = " paketobuildpacks/run-jammy -tiny"
22+ id = " io.buildpacks.stacks.noble .tiny"
23+ build-image = " paketobuildpacks/build-noble -tiny"
24+ run-image = " paketobuildpacks/run-noble -tiny"
2525
2626# Lifecycle executable version that will be used by the builder
2727[lifecycle ]
28- version = " 0.19 .5"
28+ version = " 0.20 .5"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ api = "0.10"
44# Buildpack ID and metadata
55[buildpack ]
66id = " spring-boot/spring-boot-test-info"
7- version = " 0.0.1 "
7+ version = " 0.0.2 "
88name = " Spring Boot Test Info Buildpack"
99homepage = " https://github.com/spring-projects/spring-boot"
1010
You can’t perform that action at this time.
0 commit comments