Skip to content

Commit b4e7f74

Browse files
Bump the docker group across 4 directories with 4 updates (#427)
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 `5f64272` to `fb4a434` Updates `pypa/manylinux_2_28_x86_64` from `899eac6` to `4379543` Updates `pypa/musllinux_1_2_aarch64` from `3f5a8f8` to `4d17f73` Updates `pypa/musllinux_1_2_x86_64` from `eb72622` to `1d9d20e` --- updated-dependencies: - dependency-name: pypa/manylinux_2_28_aarch64 dependency-version: fb4a43425ac4e996a2056ce50f0d3e79df8bf0fa6ef11cc4632d18adfe67a639 dependency-type: direct:production dependency-group: docker - dependency-name: pypa/manylinux_2_28_x86_64 dependency-version: 4379543550075623429b890e8b1acccf61d838bb768c8cf8ff67f87979be4253 dependency-type: direct:production dependency-group: docker - dependency-name: pypa/musllinux_1_2_aarch64 dependency-version: 4d17f735392dad187e377cbbaa1612a821c5d8d4c367c2b22f9baee79fab85ab dependency-type: direct:production dependency-group: docker - dependency-name: pypa/musllinux_1_2_x86_64 dependency-version: 1d9d20e8ca11fde22429ff36593de92c250657c557d9c1366ba59eb431859afb dependency-type: direct:production dependency-group: docker ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eff8f7c commit b4e7f74

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docker/manylinux-builder-aarch64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/pypa/manylinux_2_28_aarch64@sha256:5f642720997cd8686b721ab6cb895e32d532ccc625657205e29fb6363ffec7e5
1+
FROM quay.io/pypa/manylinux_2_28_aarch64@sha256:fb4a43425ac4e996a2056ce50f0d3e79df8bf0fa6ef11cc4632d18adfe67a639
22

33
RUN \
44
yum -y update && \

docker/manylinux-builder-x86_64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/pypa/manylinux_2_28_x86_64@sha256:899eac6e51766786a79877c31447e3b6c819ad89a741c9645dad9e9de2029040
1+
FROM quay.io/pypa/manylinux_2_28_x86_64@sha256:4379543550075623429b890e8b1acccf61d838bb768c8cf8ff67f87979be4253
22

33
RUN \
44
yum -y update && \

docker/musllinux-builder-aarch64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/pypa/musllinux_1_2_aarch64@sha256:3f5a8f81851495eaf343395d35602977042aeb88e6616e4cabfcee717e141fd8
1+
FROM quay.io/pypa/musllinux_1_2_aarch64@sha256:4d17f735392dad187e377cbbaa1612a821c5d8d4c367c2b22f9baee79fab85ab
22

33
RUN \
44
apk upgrade --no-cache && \

docker/musllinux-builder-x86_64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/pypa/musllinux_1_2_x86_64@sha256:eb7262223279a09a1fd366b6984f8510a49a9471bec383bfe01ea23fd389a7e9
1+
FROM quay.io/pypa/musllinux_1_2_x86_64@sha256:1d9d20e8ca11fde22429ff36593de92c250657c557d9c1366ba59eb431859afb
22

33
RUN \
44
apk upgrade --no-cache && \

0 commit comments

Comments
 (0)