This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new 842233cf3 build(python): bump image used to build wheels (#3980)
842233cf3 is described below
commit 842233cf35125e01d111f5e61deccf7abc77984c
Author: David Li <[email protected]>
AuthorDate: Mon Feb 16 11:27:40 2026 +0900
build(python): bump image used to build wheels (#3980)
cibuildwheel appears to expect a newer docker-compose, so switch the
image to Debian 13 (Trixie). This will not affect the wheels themselves
which are still built under the manylinux2014 image.
Closes #3977.
---
ci/docker/python-wheel-manylinux-relocate.dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ci/docker/python-wheel-manylinux-relocate.dockerfile
b/ci/docker/python-wheel-manylinux-relocate.dockerfile
index c25d7457f..33604bd09 100644
--- a/ci/docker/python-wheel-manylinux-relocate.dockerfile
+++ b/ci/docker/python-wheel-manylinux-relocate.dockerfile
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
-FROM debian:bookworm-slim
+FROM debian:trixie-slim
RUN apt update \
&& apt install -y \