Skip to content

Commit

Permalink
Update lifecycle from v0.17.0 to v0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edmorley committed Sep 25, 2023
1 parent 725458e commit bb2ed05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion builder-22/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-image = "heroku/heroku:22-cnb-build"
run-image = "heroku/heroku:22-cnb"

[lifecycle]
version = "0.17.0"
version = "0.17.1"

[[buildpacks]]
id = "heroku/go"
Expand Down
2 changes: 1 addition & 1 deletion builder-classic-22/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-image = "heroku/heroku:22-cnb-build"
run-image = "heroku/heroku:22-cnb"

[lifecycle]
version = "0.17.0"
version = "0.17.1"

[[buildpacks]]
id = "heroku/clojure"
Expand Down
2 changes: 1 addition & 1 deletion buildpacks-20/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-image = "heroku/heroku:20-cnb-build"
run-image = "heroku/heroku:20-cnb"

[lifecycle]
version = "0.17.0"
version = "0.17.1"

[[buildpacks]]
id = "heroku/go"
Expand Down

0 comments on commit bb2ed05

Please sign in to comment.