Skip to content

Commit 3a83e72

Browse files
committed
Use noble stack
1 parent 9b42737 commit 3a83e72

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

builder/builder.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
# Buildpacks to include in builder
22
[[buildpacks]]
33
id = "spring-boot/spring-boot-test-info"
4-
version = "0.0.1"
4+
version = "0.0.2"
55
uri = "../buildpacks/test-info"
66

77
# Order used for detection
88
[[order]]
99
[[order.group]]
1010
id = "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"

buildpacks/test-info/buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ api = "0.10"
44
# Buildpack ID and metadata
55
[buildpack]
66
id = "spring-boot/spring-boot-test-info"
7-
version = "0.0.1"
7+
version = "0.0.2"
88
name = "Spring Boot Test Info Buildpack"
99
homepage = "https://github.com/spring-projects/spring-boot"
1010

0 commit comments

Comments
 (0)