From 1029eb2350ff90b91a3ebd37b0523ccca1c31b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Fri, 18 Mar 2022 01:08:34 +0100 Subject: [PATCH] Use Python 3.10 instead of 3.9 Resolves TheLovinator1/discord-reminder-bot#14 --- extras/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/Dockerfile b/extras/Dockerfile index be9a949..76a336d 100644 --- a/extras/Dockerfile +++ b/extras/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-slim +FROM python:3.10-slim # We don't want apt-get to interact with us, # and we want the default answers to be used for all questions.