Use Python 3.10 instead of 3.9

Resolves TheLovinator1/discord-reminder-bot#14
This commit is contained in:
2022-03-18 01:08:34 +01:00
parent c5abe6323c
commit 1029eb2350

View File

@ -1,4 +1,4 @@
FROM python:3.9-slim FROM python:3.10-slim
# We don't want apt-get to interact with us, # We don't want apt-get to interact with us,
# and we want the default answers to be used for all questions. # and we want the default answers to be used for all questions.