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 1
1
# Buildpacks to include in builder
2
2
[[buildpacks ]]
3
3
id = " spring-boot/spring-boot-test-info"
4
- version = " 0.0.1 "
4
+ version = " 0.0.2 "
5
5
uri = " ../buildpacks/test-info"
6
6
7
7
# Order used for detection
8
8
[[order ]]
9
9
[[order .group ]]
10
10
id = " spring-boot/spring-boot-test-info"
11
- version = " 0.0.1 "
11
+ version = " 0.0.2 "
12
12
13
13
# Base images used to create the builder
14
14
[build ]
15
- image = " paketobuildpacks/build-jammy -tiny"
15
+ image = " paketobuildpacks/build-noble -tiny"
16
16
[run ]
17
17
[[run .images ]]
18
- image = " paketobuildpacks/run-jammy -tiny"
18
+ image = " paketobuildpacks/run-noble -tiny"
19
19
20
20
# Stack that will be used by the builder (deprecated)
21
21
[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"
25
25
26
26
# Lifecycle executable version that will be used by the builder
27
27
[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"
4
4
# Buildpack ID and metadata
5
5
[buildpack ]
6
6
id = " spring-boot/spring-boot-test-info"
7
- version = " 0.0.1 "
7
+ version = " 0.0.2 "
8
8
name = " Spring Boot Test Info Buildpack"
9
9
homepage = " https://github.com/spring-projects/spring-boot"
10
10
You can’t perform that action at this time.
0 commit comments