Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update lifecycle from v0.20.2 to v0.20.3 #588

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.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 |
| [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 |

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.2"
version = "0.20.3"

[[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.2"
version = "0.20.3"

[[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.2"
version = "0.20.3"

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