From 20b4479d0f63468646a51d10acc4af69a676e07d Mon Sep 17 00:00:00 2001 From: Quentin Bourgerie Date: Wed, 30 Nov 2022 12:08:02 +0100 Subject: [PATCH] chore(builders): Fix a specific tag for our many linux base image --- builders/Dockerfile.concrete-compiler-env | 2 +- builders/Dockerfile.hpx-env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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