Skip to content

Commit

Permalink
Update lifecycle from v0.20.1 to v0.20.2 (#582)
Browse files Browse the repository at this point in the history
Release notes:
https://github.com/buildpacks/lifecycle/releases/tag/v0.20.2

Full changelog:
buildpacks/lifecycle@v0.20.1...v0.20.2

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Sep 26, 2024
1 parent 5e399b6 commit 62dd4cd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ in each base image, see [this Dev Center article](https://devcenter.heroku.com/a

| Builder Image | OS | Supported Architectures | Default Run Image | Lifecycle Version | Status |
|-----------------------------------|--------------|-------------------------|-------------------------------------|-------------------|-------------|
| [heroku/builder:20][builder-tags] | Ubuntu 20.04 | AMD64 | [heroku/heroku:20-cnb][heroku-tags] | 0.20.1 | Deprecated |
| [heroku/builder:22][builder-tags] | Ubuntu 22.04 | AMD64 | [heroku/heroku:22-cnb][heroku-tags] | 0.20.1 | Available |
| [heroku/builder:24][builder-tags] | Ubuntu 24.04 | AMD64 + ARM64 | [heroku/heroku:24][heroku-tags] | 0.20.1 | Recommended |
| [heroku/builder:20][builder-tags] | Ubuntu 20.04 | AMD64 | [heroku/heroku:20-cnb][heroku-tags] | 0.20.2 | Deprecated |
| [heroku/builder:22][builder-tags] | Ubuntu 22.04 | AMD64 | [heroku/heroku:22-cnb][heroku-tags] | 0.20.2 | Available |
| [heroku/builder:24][builder-tags] | Ubuntu 24.04 | AMD64 + ARM64 | [heroku/heroku:24][heroku-tags] | 0.20.2 | Recommended |

The builder images above include buildpack support for the following languages: Go, Java, Node.js, PHP, Python, Ruby & Scala.
Additionally, `heroku/builder:22` and `heroku/builder:24` includes buildpack support for .NET applications.
Expand Down
2 changes: 1 addition & 1 deletion builder-20/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ image = "docker.io/heroku/heroku:20-cnb"
mirrors = ["public.ecr.aws/heroku/heroku:20-cnb"]

[lifecycle]
version = "0.20.1"
version = "0.20.2"

[[buildpacks]]
id = "heroku/eol-warning"
Expand Down
2 changes: 1 addition & 1 deletion builder-22/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ image = "docker.io/heroku/heroku:22-cnb"
mirrors = ["public.ecr.aws/heroku/heroku:22-cnb"]

[lifecycle]
version = "0.20.1"
version = "0.20.2"

[[buildpacks]]
id = "heroku/dotnet"
Expand Down
2 changes: 1 addition & 1 deletion builder-24/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ run-image = "docker.io/heroku/heroku:24"
run-image-mirrors = ["public.ecr.aws/heroku/heroku:24"]

[lifecycle]
version = "0.20.1"
version = "0.20.2"

[build]
image = "docker.io/heroku/heroku:24-build"
Expand Down

0 comments on commit 62dd4cd

Please sign in to comment.