We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb67321 commit 27f8aa1Copy full SHA for 27f8aa1
Dockerfile
@@ -1,6 +1,6 @@
1
ARG ARCH=x86_64
2
3
-FROM quay.io/pypa/manylinux1_${ARCH} as base
+FROM quay.io/pypa/manylinux2010_${ARCH}:latest as base
4
5
FROM base as builder
6
WORKDIR /home/builder
0 commit comments