From 222f002b20156ce414482d40acd4a1d15a358abf Mon Sep 17 00:00:00 2001 From: dece Date: Thu, 2 Dec 2021 11:40:26 +0100 Subject: [PATCH] docker: update image to python 3.9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 24163c1..8d49eb2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7-slim +FROM python:3.9-slim ARG UID ARG GID