Skip to content

Commit

Permalink
ci: Upgrade to manylinux2010
Browse files Browse the repository at this point in the history
  • Loading branch information
Synss committed Mar 7, 2020
1 parent 215b7fb commit e187113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG ARCH=x86_64

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

FROM base as builder
WORKDIR /home/builder
Expand Down

0 comments on commit e187113

Please sign in to comment.