Skip to content

Commit

Permalink
Merge pull request #1823 from edmorley/patch-1
Browse files Browse the repository at this point in the history
Update suggested builder descriptions for the Heroku builder images
  • Loading branch information
jkutner authored Jul 10, 2023
2 parents f9149b7 + bc1b371 commit c3f78c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/builder/suggested_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ var SuggestedBuilders = []SuggestedBuilder{
{
Vendor: "Heroku",
Image: "heroku/builder:22",
DefaultDescription: "heroku-22 base image with buildpacks for Java and Node.js",
DefaultDescription: "Heroku-22 base image with buildpacks for Go, Java, Node.js, PHP, Python, Scala & Ruby",
},
{
Vendor: "Heroku",
Image: "heroku/buildpacks:20",
DefaultDescription: "heroku-20 base image with buildpacks for Ruby, Java, Node.js, Python, Golang, & PHP",
DefaultDescription: "Heroku-20 base image with buildpacks for Go, Java, Node.js, PHP, Python, Scala & Ruby",
},
{
Vendor: "Paketo Buildpacks",
Expand Down

0 comments on commit c3f78c7

Please sign in to comment.