Skip to content

Commit 5bd78d4

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 `8b5f2b4` to `f926f19` Updates `pypa/manylinux_2_28_x86_64` from `441c35f` to `893d0c9` Updates `pypa/musllinux_1_2_aarch64` from `4bdbf0e` to `a0e24d1` Updates `pypa/musllinux_1_2_x86_64` from `ea90b93` to `57c5387` --- updated-dependencies: - dependency-name: pypa/manylinux_2_28_aarch64 dependency-version: 6d41746f130a89caecbee9e37775f4db8ba6a41156c4422ae8795786bfc8f19d dependency-type: direct:production dependency-group: docker - dependency-name: pypa/manylinux_2_28_x86_64 dependency-version: a87cf8c49e872a8ff6ed37086c299a82121aafc16af9f79078d39777290b9aee dependency-type: direct:production dependency-group: docker - dependency-name: pypa/musllinux_1_2_aarch64 dependency-version: 8bfb56bdafb75312e168137178c2e132f245a8b3043e009661fba8f6f93af7a4 dependency-type: direct:production dependency-group: docker - dependency-name: pypa/musllinux_1_2_x86_64 dependency-version: 64919b0fd451133856a4b266317da0363a7023948f8517156c42bc437751198e dependency-type: direct:production dependency-group: docker ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bb0534c commit 5bd78d4

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:8b5f2b4e8c072ae5aefeb659f22c03e1ff46e6a82f154b6c904b106c87e65ff7
1+
FROM quay.io/pypa/manylinux_2_28_aarch64@sha256:f926f192db8589bdfbc6d4af4820d8cb76661f1349ab136259b33b94f4606f05
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:441c35fdc6ee809ff9260894f8468ab4fea8c15dc880f8700a3f81b7922c1cda
1+
FROM quay.io/pypa/manylinux_2_28_x86_64@sha256:893d0c9d73a8262503fa32f40160aae0299c10cecfc04396c9802a712cab1831
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:4bdbf0ed719added131878f2ff2acd4f65e344fc8cbda2f4a0fd4b33b34a0d41
1+
FROM quay.io/pypa/musllinux_1_2_aarch64@sha256:a0e24d12e51dd0e0fe55385692e9917ce438c3b3c56e0f3e3641eeb0cff2e4f6
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:ea90b935dec127485141fcfbcc480b75b642e2b499d6b4544ad45ad081ec0571
1+
FROM quay.io/pypa/musllinux_1_2_x86_64@sha256:57c53870e12363dc7f707b4f62df2fe8309e773ecfc16891952d62e0c3488a92
22

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

0 commit comments

Comments
 (0)