From c1f7aaa5b5bcce9d739cd19bca350d41cb2194d4 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 16 Aug 2021 09:45:00 +0200 Subject: [PATCH] update python to 3.9.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1346b75..5d34be7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8.11-slim +FROM python:3.9.5-slim ENV DOCKER_KASSOUBOT=True