Skip to content

Commit

Permalink
BLD: update docker image tags for linux wheel building (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche authored Aug 27, 2024
1 parent 8455456 commit cbb05f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/manylinux2014_x86_64-vcpkg-gdal.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/pypa/manylinux2014_x86_64:2024-04-15-dd44d68
FROM quay.io/pypa/manylinux2014_x86_64:2024-08-12-7fde9b1

# building openssl needs IPC-Cmd (https://github.com/microsoft/vcpkg/issues/24988)
RUN yum install -y curl unzip zip tar perl-IPC-Cmd
Expand Down
2 changes: 1 addition & 1 deletion ci/manylinux_2_28_aarch64-vcpkg-gdal.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/pypa/manylinux_2_28_aarch64:2024-04-15-dd44d68
FROM quay.io/pypa/manylinux_2_28_aarch64:2024-08-12-7fde9b1

# building openssl needs IPC-Cmd (https://github.com/microsoft/vcpkg/issues/24988)
RUN dnf -y install curl zip unzip tar ninja-build perl-IPC-Cmd
Expand Down

0 comments on commit cbb05f3

Please sign in to comment.