Skip to content

Commit

Permalink
Switch default builder to heroku/builder:22
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Mar 27, 2024
1 parent 0448a77 commit 5ef2046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/build/appjson.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type AppJSON struct {
ctx context.Context
}

const DefaultStack = "heroku-20"
const DefaultStack = "heroku-22"

// buildpacks included in builder
var IncludedBuildpacks = map[string][]string{
Expand Down

0 comments on commit 5ef2046

Please sign in to comment.