From 4506632c6fdc0f23aa35ef7e39dbe8456f12794e Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Mon, 12 Apr 2021 21:05:20 +0200 Subject: [PATCH] python 3.9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 83edd1c..131bfd6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-slim +FROM python:3.9-slim EXPOSE 4785