RFC 0093 contains a number of examples of how to migrate a buildpack
away from `direct=false` mode.
One of these examples was missing the "bash" command prior
to the "-c" argument.
Signed-off-by: Ed Morley <501702+edmorley@users.noreply.github.com>
As this is a breaking change, we decided to do this in a separate (yet to be created) RFC.
Created issue: https://github.com/buildpacks/rfcs/issues/258
In addition to the changes described originally in 0093 we'd like some way of versioning the launcher interface,
to avoid surprising end-users.
Signed-off-by: Natalie Arellano <narellano@vmware.com>