Skip to content

Commit 8ec2c9b

Browse files
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 `223fca3` to `0ffbd19` Updates `pypa/manylinux_2_28_x86_64` from `b3d62db` to `fd7db4e` Updates `pypa/musllinux_1_2_aarch64` from `d2dd3d3` to `14fbabb` Updates `pypa/musllinux_1_2_x86_64` from `2178554` to `d0e14f9` --- updated-dependencies: - dependency-name: pypa/manylinux_2_28_aarch64 dependency-version: 0ffbd191a3b6b72a164b4e5f7906d081b25e7716fa46e54f5c1379622839040e dependency-type: direct:production dependency-group: docker - dependency-name: pypa/manylinux_2_28_x86_64 dependency-version: fd7db4e8ed8fd297355900c0ea7124c64d41d0f1c48aa7ae866c5ae8220042d0 dependency-type: direct:production dependency-group: docker - dependency-name: pypa/musllinux_1_2_aarch64 dependency-version: 14fbabb29bb246430f760170072c0913a135965912582fcc345736566ca8359e dependency-type: direct:production dependency-group: docker - dependency-name: pypa/musllinux_1_2_x86_64 dependency-version: d0e14f90221dd6f2f913c311c42790c221b78ca46606239d0a1635ef61204da9 dependency-type: direct:production dependency-group: docker ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cfdcf60 commit 8ec2c9b

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:223fca33616ee845af356469bf72a4af0faa092574ffc3f948a26f5e4fd0b70c
1+
FROM quay.io/pypa/manylinux_2_28_aarch64@sha256:c2b6acdad57fc8ab9fcca5766e108d4e453549d9cb64cabc173e579f3c701977
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:b3d62db12aed878dae1964d15b9c4f7239a531a137191f6d22be9ca357ba3dec
1+
FROM quay.io/pypa/manylinux_2_28_x86_64@sha256:fe662034b57c4351087b0d0f09a11b7382ac68636f5c4c05a9179f8f5e90c2e7
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:d2dd3d34f476da44cd154ff32456c3a2d0bfca9aa376f77cfbf8fbc4b53a234b
1+
FROM quay.io/pypa/musllinux_1_2_aarch64@sha256:974f8e7672eb3e363d5291d2bb92f354d1ef65cab207151f3952ce3d9f2d7c62
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:2178554fe4aa2b7b0182b3d711939f3f56455b9a782d521941342cc5794a9880
1+
FROM quay.io/pypa/musllinux_1_2_x86_64@sha256:06d59fd7e05c592569a7196b25fd36073bea31ee06b1a25ea7abb1029769763a
22

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

0 commit comments

Comments
 (0)