Skip to content

Commit

Permalink
bump lifecycle image to 0.17.2
Browse files Browse the repository at this point in the history
this is the highest we can go without backwards incompatible changes.

this will introduce new Platform API version (although they won't be
used because we hardcode supported versions), and Buildpack API
versions.

Signed-off-by: Bohan Chen <bohanc@vmware.com>
  • Loading branch information
chenbh committed Nov 28, 2023
1 parent fb80b5b commit 9553edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.16.0"
lifecycleVersion = "0.17.2"
)

var (
Expand Down

0 comments on commit 9553edb

Please sign in to comment.