Skip to content

Commit 27f8aa1

Browse files
committed
ci: Upgrade to manylinux2010
1 parent bb67321 commit 27f8aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG ARCH=x86_64
22

3-
FROM quay.io/pypa/manylinux1_${ARCH} as base
3+
FROM quay.io/pypa/manylinux2010_${ARCH}:latest as base
44

55
FROM base as builder
66
WORKDIR /home/builder

0 commit comments

Comments
 (0)