From eff956e0df79cae259efc9b58f89b1d622f8a8e7 Mon Sep 17 00:00:00 2001 From: Alan Briolat Date: Sat, 27 Mar 2021 09:12:38 +0000 Subject: [PATCH] Upgrade Python in Docker image to 3.9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ed86684f..7943340d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7 +FROM python:3.9 ARG UID=9000 ARG GID=9000