Skip to content

Commit

Permalink
Try bumping the manylinux image
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwweber committed Jul 16, 2024
1 parent 2f0a2ab commit 0a569ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# from TARGETARCH which is defined by docker. The reason is because TARGETARCH=amd64
# but we need TARGET_ARCH=x86_64
ARG TARGET_ARCH
FROM quay.io/pypa/manylinux2014_${TARGET_ARCH}:2024-07-15-c746fd8
FROM quay.io/pypa/manylinux_2_28_${TARGET_ARCH}:2024-07-15-c746fd8

ARG BOOST_VERSION=1.85.0
ARG HDF5_VERSION=1.14.2
Expand Down

0 comments on commit 0a569ce

Please sign in to comment.