Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ tasks.bootBuildImage {
// if these image references are not kept up to date, any security issues discovered within them will never be fixed.
// Use a tiny builder and run image (which produce a distroless-like image) to reduce both image size and attack surface.
builder = "docker.io/paketobuildpacks/builder-noble-java-tiny:0.0.147@sha256:cfcf6edbac710d1fd12ba82e3a9ee31746b716465f86cc9cfbead663e004a415"
runImage = "docker.io/paketobuildpacks/ubuntu-noble-run-tiny:0.0.91@sha256:60cb0a8f75acc91e60c6c8218b687c93b2308f3edfd52817a56aa0e5d7862b12"
runImage = "docker.io/paketobuildpacks/ubuntu-noble-run-tiny:0.0.92@sha256:c3f9c784636d64c91b2dbbc052480bf38dce48a3506f0528dd9d6594891c68c8"
buildpacks = listOf(
"docker.io/paketobuildpacks/ca-certificates:3.12.4@sha256:41e19a41d43d03472166a4b743bea6bebd1b4bba3482963ffee51ebbc02a91b6",
"docker.io/paketobuildpacks/bellsoft-liberica:11.7.4@sha256:c50d5342d0bf626344d21a2de424fc10e4ac48d7dad282e6f8631d7c83785884",
Expand Down
Loading