I've found this is due to the BATS Docker image using the latest alpine image (through the bash Docker image). We need to use a previous alpine version (this is mainly due to a specific, single Python version being packaged together with a specific alpine version).
BATS tests are failing in the CI.
I've found this is due to the BATS Docker image using the latest alpine image (through the bash Docker image). We need to use a previous alpine version (this is mainly due to a specific, single Python version being packaged together with a specific alpine version).