From 774d12ab218cbc333650d57766f1b24f0d1d4969 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 19:31:27 +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 `38a57eb` to `1c42854` Updates `pypa/manylinux_2_28_x86_64` from `a658c70` to `e40c7e3` Updates `pypa/musllinux_1_2_aarch64` from `cec3bb6` to `5a80009` Updates `pypa/musllinux_1_2_x86_64` from `88980ed` to `2c03fc5` --- updated-dependencies: - dependency-name: pypa/manylinux_2_28_aarch64 dependency-version: 1c428544d9db0567ae2d99ce72f3f754d12c0a60702064fd8ed5f12c50c4d19e dependency-type: direct:production dependency-group: docker - dependency-name: pypa/manylinux_2_28_x86_64 dependency-version: e40c7e3b275203c1322cd0445cff9fbc56d482282bfff67bbebdbc630eeff6a3 dependency-type: direct:production dependency-group: docker - dependency-name: pypa/musllinux_1_2_aarch64 dependency-version: 5a80009690509662071eb492e4ece8537205e09111525b0649ffea2782e13d29 dependency-type: direct:production dependency-group: docker - dependency-name: pypa/musllinux_1_2_x86_64 dependency-version: 2c03fc5694010eba11195eb79e4e2edc8611f620272e9619a165fa8c8bd1aef9 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 a1bfdb832..937327df5 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:38a57eb409aae39c75ba069fb51ad04ffe150d3c1547efe8cfdf47b3b7e3a60f +FROM quay.io/pypa/manylinux_2_28_aarch64@sha256:1c428544d9db0567ae2d99ce72f3f754d12c0a60702064fd8ed5f12c50c4d19e RUN \ yum -y update && \ diff --git a/docker/manylinux-builder-x86_64/Dockerfile b/docker/manylinux-builder-x86_64/Dockerfile index 42591593c..e2484406f 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:a658c70bfc08efa30156ef84775cfea959662cf0be52abab50b3b36ea8906784 +FROM quay.io/pypa/manylinux_2_28_x86_64@sha256:e40c7e3b275203c1322cd0445cff9fbc56d482282bfff67bbebdbc630eeff6a3 RUN \ yum -y update && \ diff --git a/docker/musllinux-builder-aarch64/Dockerfile b/docker/musllinux-builder-aarch64/Dockerfile index 68086eea5..cdb58c5d8 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:cec3bb6db1a350507310311be1b9309cb7a925b2005c39324d46ada242b57a73 +FROM quay.io/pypa/musllinux_1_2_aarch64@sha256:5a80009690509662071eb492e4ece8537205e09111525b0649ffea2782e13d29 RUN \ apk upgrade --no-cache && \ diff --git a/docker/musllinux-builder-x86_64/Dockerfile b/docker/musllinux-builder-x86_64/Dockerfile index df8f1d9b9..6c53cdbe3 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:88980edefa5f2847cdb9a05fbd30875c0b38a5c8536b1fb77fdadb2a848de3e8 +FROM quay.io/pypa/musllinux_1_2_x86_64@sha256:2c03fc5694010eba11195eb79e4e2edc8611f620272e9619a165fa8c8bd1aef9 RUN \ apk upgrade --no-cache && \