From cb0023dc3c3ffb64488cfdd3d9ae86d33bb73236 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 4 Nov 2020 09:46:08 +0100 Subject: [PATCH] Update docker container to Python 3.8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b8538bb89..738a9a6b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.6 +FROM python:3.8 RUN apt-get update && \ apt-get install -y --no-install-recommends \