Skip to content

Commit

Permalink
chore: update to latest heroku/procfile buildpack (#3697)
Browse files Browse the repository at this point in the history
Co-authored-by: Feroze Mohideen <[email protected]>
  • Loading branch information
jose-fully-ported and Feroze Mohideen authored Sep 29, 2023
1 parent 20b009f commit 81590f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmd/pack/pack.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func (a *Agent) Build(ctx context.Context, opts *docker.BuildOpts, buildConfig *
}

if len(buildOpts.Buildpacks) > 0 && strings.HasPrefix(buildOpts.Builder, "heroku") {
buildOpts.Buildpacks = append(buildOpts.Buildpacks, "heroku/procfile@1.0.1")
buildOpts.Buildpacks = append(buildOpts.Buildpacks, "heroku/procfile@2.0.1")
}

return sharedPackClient.Build(ctx, buildOpts)
Expand Down

0 comments on commit 81590f8

Please sign in to comment.