The shell is hardcoded to 'bash' everywhere, which is causing problems in alpine-based worfklow containers, where only 'sh' is available: ``` Error: crun: executable file `bash` not found in $PATH: No such file or directory: OCI runtime attempted to invoke a command that was not found ``` I wonder if setting the shell like this is really needed, or if that could just be removed. EDIT: it is, it needs to be changed to 'sh' for alpine.