build: upgrade to python 3.10

This commit is contained in:
2022-10-19 19:33:36 +02:00
committed by Cyrille Nofficial
parent bbc0c3b976
commit 3919519e50
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM docker.io/library/python:3.9-slim as base
FROM docker.io/library/python:3.10-slim as base
# Configure piwheels repo to use pre-compiled numpy wheels for arm
RUN echo -n "[global]\nextra-index-url=https://www.piwheels.org/simple\n" >> /etc/pip.conf