Skip to content

Commit

Permalink
Merge pull request #1050 from pivotal/0.7-lifecycle-0.14.3
Browse files Browse the repository at this point in the history
Utilize lifecycle 0.14.3
  • Loading branch information
Tyler Phelan committed Oct 26, 2022
2 parents e9d424b + c7afbd8 commit c48f85d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/lifecycle/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
const (
lifecycleMetadataLabel = "io.buildpacks.lifecycle.metadata"
lifecycleLocation = "/cnb/lifecycle/"
lifecycleVersion = "0.14.2"
lifecycleVersion = "0.14.3"
)

var (
Expand Down Expand Up @@ -256,7 +256,7 @@ func download(filepath string, url string) error {
return err
}

//copied from github.com/docker/docker/pkg/ioutils
// copied from github.com/docker/docker/pkg/ioutils
type ReadCloserWrapper struct {
io.Reader
closer func() error
Expand Down

0 comments on commit c48f85d

Please sign in to comment.