Update python Docker tag to v3.10

renovate/python-3.x
Renovate Bot 2021-12-24 08:03:00 +00:00
parent d5931d37b5
commit ab038c2c87
1 changed files with 2 additions and 2 deletions

View File

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