Skip to content

Commit

Permalink
! fixed build failed
Browse files Browse the repository at this point in the history
  • Loading branch information
lispking committed Jan 22, 2024
1 parent 33501d9 commit 6c3c789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ description = "A Cloud Native Buildpacks (CNB) builder with Paketo stacks (Jammy
version = "0.1.5"

[stack]
id = "io.buildpacks.stacks.jammy.base"
id = "io.buildpacks.stacks.jammy"
build-image = "docker.io/paketobuildpacks/build-jammy-base"
run-image = "docker.io/paketobuildpacks/run-jammy-base"
run-image = "index.docker.io/paketobuildpacks/run-jammy-base"

0 comments on commit 6c3c789

Please sign in to comment.