From ab038c2c872fb331883b7d9c91dc27a2c8ead0c7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 24 Dec 2021 08:03:00 +0000 Subject: [PATCH] Update python Docker tag to v3.10 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 62c4295..08447d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \