diff --git a/.circleci/config.yml b/.circleci/config.yml index fd0f18fd3..9c8a011ff 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,7 +32,7 @@ executors: docker: # This image is used for building Python Wheels but it has what we need for Rust compilation and crucially # glibc 2.17. - - image: quay.io/pypa/manylinux2014_x86_64:2024.07.02-0 + - image: quay.io/pypa/manylinux2014_x86_64:2024.09.09-0 resource_class: xlarge environment: XTASK_TARGET: "x86_64-unknown-linux-gnu"