Update python Docker tag to v3.10

This commit is contained in:
Renovate Bot 2021-12-24 08:03:00 +00:00
parent d5931d37b5
commit ab038c2c87

View file

@ -1,5 +1,5 @@
# Build backend wheels
FROM python:3.9 AS builder
FROM python:3.10 AS builder
WORKDIR /wheels
@ -20,7 +20,7 @@ COPY Makefile .
RUN make fbuild
FROM python:3.9-slim
FROM python:3.10-slim
# Switch to non-root user
RUN groupadd -r runner && \