All builder containers for the same language now use the same name (https://github.com/funlessdev/fl-cli/blob/main/pkg/build/wasm.go#L90). This encounters issues if multiple fn build/fn create commands are run in rapid sequence or in parallel.
Each builder container should have a unique name (e.g. the current one, plus a random string) to avoid this kind of conflict.
All builder containers for the same language now use the same name (https://github.com/funlessdev/fl-cli/blob/main/pkg/build/wasm.go#L90). This encounters issues if multiple
fn build/fn createcommands are run in rapid sequence or in parallel.Each builder container should have a unique name (e.g. the current one, plus a random string) to avoid this kind of conflict.