nveloso commented on PR #45470: URL: https://github.com/apache/arrow/pull/45470#issuecomment-2690969254
Yes we use the official Docker image for "musllinux_1_2": quay.io/pypa/musllinux_1_2_x86_64 for building the wheel. The issue here is when we try to run the tests. The tests will use an alpine base image. The current version it will use is the one defined in the `.env` file. Right now there is the `ALPINE_LINUX` variable that is set to 3.18. I was wondering if we could update this variable in the `.env` to be 3.21 instead. Maybe I can just override it as @raulcd said. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org