diff --git a/builders/Dockerfile.concrete-compiler-env b/builders/Dockerfile.concrete-compiler-env index 1c95aa7da..3ae516dcf 100644 --- a/builders/Dockerfile.concrete-compiler-env +++ b/builders/Dockerfile.concrete-compiler-env @@ -1,4 +1,4 @@ -FROM quay.io/pypa/manylinux_2_28_x86_64 +FROM quay.io/pypa/manylinux_2_28_x86_64:2022-11-19-1b19e81 # epel-release is for install ccache # clang is needed for rust bindings diff --git a/builders/Dockerfile.hpx-env b/builders/Dockerfile.hpx-env index 5a6492312..4047b1d16 100644 --- a/builders/Dockerfile.hpx-env +++ b/builders/Dockerfile.hpx-env @@ -1,4 +1,4 @@ -FROM quay.io/pypa/manylinux_2_28_x86_64 +FROM quay.io/pypa/manylinux_2_28_x86_64:2022-11-19-1b19e81 RUN dnf update -y RUN dnf install -y ninja-build hwloc-devel