From 8a53a4e2a628e7fa59677ff26fdac63d64871a00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 19:56:45 +0000 Subject: [PATCH] Bump the docker group across 4 directories with 4 updates Bumps the docker group with 1 update in the /docker/manylinux-builder-aarch64 directory: pypa/manylinux_2_28_aarch64. Bumps the docker group with 1 update in the /docker/manylinux-builder-x86_64 directory: pypa/manylinux_2_28_x86_64. Bumps the docker group with 1 update in the /docker/musllinux-builder-aarch64 directory: pypa/musllinux_1_2_aarch64. Bumps the docker group with 1 update in the /docker/musllinux-builder-x86_64 directory: pypa/musllinux_1_2_x86_64. Updates `pypa/manylinux_2_28_aarch64` from `fb4a434` to `ca1f9d9` Updates `pypa/manylinux_2_28_x86_64` from `4379543` to `853663d` Updates `pypa/musllinux_1_2_aarch64` from `4d17f73` to `cb7074b` Updates `pypa/musllinux_1_2_x86_64` from `1d9d20e` to `5b6fe3e` --- updated-dependencies: - dependency-name: pypa/manylinux_2_28_aarch64 dependency-version: ca1f9d96910e129d38f999644a1f211a6cdb4147da9f19157a49d72c5092453a dependency-type: direct:production dependency-group: docker - dependency-name: pypa/manylinux_2_28_x86_64 dependency-version: 853663dc8253b62be437bb52a5caecffd020792af4442f55d927d22e0ea795ae dependency-type: direct:production dependency-group: docker - dependency-name: pypa/musllinux_1_2_aarch64 dependency-version: cb7074bb2d1100de7db80d2d2a38471a1f58431999b42736c8c645b466810c54 dependency-type: direct:production dependency-group: docker - dependency-name: pypa/musllinux_1_2_x86_64 dependency-version: 5b6fe3ed82ff48748c5c528fc82e42674a5363890ed949923af65b0c5b5ef76c dependency-type: direct:production dependency-group: docker ... Signed-off-by: dependabot[bot] --- docker/manylinux-builder-aarch64/Dockerfile | 2 +- docker/manylinux-builder-x86_64/Dockerfile | 2 +- docker/musllinux-builder-aarch64/Dockerfile | 2 +- docker/musllinux-builder-x86_64/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/manylinux-builder-aarch64/Dockerfile b/docker/manylinux-builder-aarch64/Dockerfile index 57774a242..b092b6e22 100644 --- a/docker/manylinux-builder-aarch64/Dockerfile +++ b/docker/manylinux-builder-aarch64/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/pypa/manylinux_2_28_aarch64@sha256:fb4a43425ac4e996a2056ce50f0d3e79df8bf0fa6ef11cc4632d18adfe67a639 +FROM quay.io/pypa/manylinux_2_28_aarch64@sha256:ca1f9d96910e129d38f999644a1f211a6cdb4147da9f19157a49d72c5092453a RUN \ yum -y update && \ diff --git a/docker/manylinux-builder-x86_64/Dockerfile b/docker/manylinux-builder-x86_64/Dockerfile index 709a027ed..06720d316 100644 --- a/docker/manylinux-builder-x86_64/Dockerfile +++ b/docker/manylinux-builder-x86_64/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/pypa/manylinux_2_28_x86_64@sha256:4379543550075623429b890e8b1acccf61d838bb768c8cf8ff67f87979be4253 +FROM quay.io/pypa/manylinux_2_28_x86_64@sha256:853663dc8253b62be437bb52a5caecffd020792af4442f55d927d22e0ea795ae RUN \ yum -y update && \ diff --git a/docker/musllinux-builder-aarch64/Dockerfile b/docker/musllinux-builder-aarch64/Dockerfile index 0aa7e84fe..e3ed250b7 100644 --- a/docker/musllinux-builder-aarch64/Dockerfile +++ b/docker/musllinux-builder-aarch64/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/pypa/musllinux_1_2_aarch64@sha256:4d17f735392dad187e377cbbaa1612a821c5d8d4c367c2b22f9baee79fab85ab +FROM quay.io/pypa/musllinux_1_2_aarch64@sha256:cb7074bb2d1100de7db80d2d2a38471a1f58431999b42736c8c645b466810c54 RUN \ apk upgrade --no-cache && \ diff --git a/docker/musllinux-builder-x86_64/Dockerfile b/docker/musllinux-builder-x86_64/Dockerfile index 8ca94fe06..27f38d2ef 100644 --- a/docker/musllinux-builder-x86_64/Dockerfile +++ b/docker/musllinux-builder-x86_64/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/pypa/musllinux_1_2_x86_64@sha256:1d9d20e8ca11fde22429ff36593de92c250657c557d9c1366ba59eb431859afb +FROM quay.io/pypa/musllinux_1_2_x86_64@sha256:5b6fe3ed82ff48748c5c528fc82e42674a5363890ed949923af65b0c5b5ef76c RUN \ apk upgrade --no-cache && \