chore(builders): Fix a specific tag for our many linux base image

This commit is contained in:
Quentin Bourgerie
2022-11-30 12:08:02 +01:00
parent 0f88dd4bcb
commit 20b4479d0f
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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