From 07dbe97b697d18f10c5b26227fdc37ee74b08fcd Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Sun, 15 Aug 2021 21:17:25 +0200 Subject: Dockerfile: Update Python to 3.9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a44db8e..53e657e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8 as pyfbin +FROM python:3.9 as pyfbin WORKDIR /app COPY requirements.txt . -- cgit v1.2.3