Skip to content

Commit 5baf28b

Browse files
Bump the docker group across 4 directories with 4 updates (KeyviDev#384)
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 `a030cc3` to `2aefbfb` Updates `pypa/manylinux_2_28_x86_64` from `a7e2191` to `339edb1` Updates `pypa/musllinux_1_2_aarch64` from `3fe1e22` to `0f4895c` Updates `pypa/musllinux_1_2_x86_64` from `7ccba63` to `da5e634` --- updated-dependencies: - dependency-name: pypa/manylinux_2_28_aarch64 dependency-version: 2aefbfbe5682289ef6899d91a64386937f6215a8fe0c246986ca2ae58b6b93a3 dependency-type: direct:production dependency-group: docker - dependency-name: pypa/manylinux_2_28_x86_64 dependency-version: 339edb1936d9eb06f05d585c6f96c0ec0b8031e99d4d2b952675ac1b08809de7 dependency-type: direct:production dependency-group: docker - dependency-name: pypa/musllinux_1_2_aarch64 dependency-version: 0f4895c3efd2ee586d8be7c79559f7904bf46a520c4d8a4681232d3cf812b7c7 dependency-type: direct:production dependency-group: docker - dependency-name: pypa/musllinux_1_2_x86_64 dependency-version: da5e634078865cff5b035cc87560adaa72193b835d4f8d258cf3c6d3a5dd494f 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 09bc96b commit 5baf28b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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:a030cc37f6ebf5ae85997978a7cee996235cd0f58c8a5ef9360da3521267dffb
1+
FROM quay.io/pypa/manylinux_2_28_aarch64@sha256:2aefbfbe5682289ef6899d91a64386937f6215a8fe0c246986ca2ae58b6b93a3
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:a7e219115d0118ba998a961141e1b841836bee5d3ee093227cda4e579ad6ffa4
1+
FROM quay.io/pypa/manylinux_2_28_x86_64@sha256:339edb1936d9eb06f05d585c6f96c0ec0b8031e99d4d2b952675ac1b08809de7
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:3fe1e22f19f9727b22bd998f7006f461c3c351e58c128c857300b0b0a428af3c
1+
FROM quay.io/pypa/musllinux_1_2_aarch64@sha256:0f4895c3efd2ee586d8be7c79559f7904bf46a520c4d8a4681232d3cf812b7c7
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:7ccba63dbde224328824ae871c11bb4134c47244b1fd4a5dfd1b89967e1375d1
1+
FROM quay.io/pypa/musllinux_1_2_x86_64@sha256:da5e634078865cff5b035cc87560adaa72193b835d4f8d258cf3c6d3a5dd494f
22

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

0 commit comments

Comments
 (0)