From 4df3201c8ef25fd22b3cddfad5f497e423d495ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 19:53:53 +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 `ad74e53` to `bbb43f7` Updates `pypa/manylinux_2_28_x86_64` from `5339035` to `531d7aa` Updates `pypa/musllinux_1_2_aarch64` from `4dffcd4` to `70a8149` Updates `pypa/musllinux_1_2_x86_64` from `621f800` to `8f7d1c7` --- updated-dependencies: - dependency-name: pypa/manylinux_2_28_aarch64 dependency-version: bbb43f784ce78a454a9e3351b862a12e7ad5c30972e8aeba092da678918bbba9 dependency-type: direct:production dependency-group: docker - dependency-name: pypa/manylinux_2_28_x86_64 dependency-version: 531d7aa844bbb0c131d4ab011d3db741c4abc8d498cd5ccc86121046f62303b4 dependency-type: direct:production dependency-group: docker - dependency-name: pypa/musllinux_1_2_aarch64 dependency-version: 70a81491cfd91b4ebfc4f1b0bcd8e5da04d78a104cb8dc799f0b071034343df4 dependency-type: direct:production dependency-group: docker - dependency-name: pypa/musllinux_1_2_x86_64 dependency-version: 8f7d1c70a5cfb088d9a9609a2671d7a1ac7cb46ccb19e7ac078ba9dbf2552068 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 dcaa12a50..6adc850ad 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:ad74e53b713f3b07d8c889c526dc0c6500da9827b45e38739570875fef52e28f +FROM quay.io/pypa/manylinux_2_28_aarch64@sha256:bbb43f784ce78a454a9e3351b862a12e7ad5c30972e8aeba092da678918bbba9 RUN \ yum -y update && \ diff --git a/docker/manylinux-builder-x86_64/Dockerfile b/docker/manylinux-builder-x86_64/Dockerfile index fd4901f4c..9abeb00ac 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:53390351aeb4688114b02c36a23b3e6ce1166ee9b7afc5df1a4f776354fc764c +FROM quay.io/pypa/manylinux_2_28_x86_64@sha256:531d7aa844bbb0c131d4ab011d3db741c4abc8d498cd5ccc86121046f62303b4 RUN \ yum -y update && \ diff --git a/docker/musllinux-builder-aarch64/Dockerfile b/docker/musllinux-builder-aarch64/Dockerfile index c8a89c543..aa1fef313 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:4dffcd49f0b6fc6928a49915f3cd939f973bbecbdfe96e1e7926b6049bc0bad5 +FROM quay.io/pypa/musllinux_1_2_aarch64@sha256:70a81491cfd91b4ebfc4f1b0bcd8e5da04d78a104cb8dc799f0b071034343df4 RUN \ apk upgrade --no-cache && \ diff --git a/docker/musllinux-builder-x86_64/Dockerfile b/docker/musllinux-builder-x86_64/Dockerfile index fb3a228c6..f695b6ff9 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:621f8004ed526a5a6bf6a866fb415ad8da54d59a991e50b3b69167c3a768a616 +FROM quay.io/pypa/musllinux_1_2_x86_64@sha256:8f7d1c70a5cfb088d9a9609a2671d7a1ac7cb46ccb19e7ac078ba9dbf2552068 RUN \ apk upgrade --no-cache && \