From c278a0e4a63ace8ac1b40a2005dc1398fd60897e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:00:46 +0100 Subject: [PATCH] chore(deps): update quay.io/pypa/manylinux2014_x86_64 docker tag to v2024.09.09 (#2110) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"