Use Python 3.10 instead of 3.9
Resolves TheLovinator1/discord-reminder-bot#14
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user