Skip to content

Commit

Permalink
Utilize lifecycle 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmcnew committed Jan 25, 2022
1 parent 783820c commit 8d0d51a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hack/lifecycle/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ func main() {
flag.Parse()

image, err := lifecycleImage(
"https://github.com/buildpacks/lifecycle/releases/download/v0.13.1/lifecycle-v0.13.1+linux.x86-64.tgz",
"https://github.com/buildpacks/lifecycle/releases/download/v0.13.1/lifecycle-v0.13.1+windows.x86-64.tgz",
"https://github.com/buildpacks/lifecycle/releases/download/v0.13.3/lifecycle-v0.13.3+linux.x86-64.tgz",
"https://github.com/buildpacks/lifecycle/releases/download/v0.13.3/lifecycle-v0.13.3+windows.x86-64.tgz",
cnb.LifecycleMetadata{
LifecycleInfo: cnb.LifecycleInfo{
Version: "0.13.1",
Version: "0.13.3",
},
API: cnb.LifecycleAPI{
BuildpackVersion: "0.2",
Expand Down

0 comments on commit 8d0d51a

Please sign in to comment.