Skip to content

Commit

Permalink
Update lifecycle from v0.20.3 to v0.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
heroku-linguist[bot] committed Nov 18, 2024
1 parent 7ce1b77 commit f90e005
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.3 | Deprecated |
| [heroku/builder:22][builder-tags] | Ubuntu 22.04 | AMD64 | [heroku/heroku:22-cnb][heroku-tags] | 0.20.3 | Available |
| [heroku/builder:24][builder-tags] | Ubuntu 24.04 | AMD64 + ARM64 | [heroku/heroku:24][heroku-tags] | 0.20.3 | Recommended |
| [heroku/builder:20][builder-tags] | Ubuntu 20.04 | AMD64 | [heroku/heroku:20-cnb][heroku-tags] | 0.20.4 | Deprecated |
| [heroku/builder:22][builder-tags] | Ubuntu 22.04 | AMD64 | [heroku/heroku:22-cnb][heroku-tags] | 0.20.4 | Available |
| [heroku/builder:24][builder-tags] | Ubuntu 24.04 | AMD64 + ARM64 | [heroku/heroku:24][heroku-tags] | 0.20.4 | 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.3"
version = "0.20.4"

[[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.3"
version = "0.20.4"

[[buildpacks]]
id = "heroku/deb-packages"
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.3"
version = "0.20.4"

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

0 comments on commit f90e005

Please sign in to comment.