diff --git a/Dockerfile b/Dockerfile index ff16d7b..343567e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3 +FROM python:3.11 # Create directory RUN mkdir app diff --git a/requirements.txt b/requirements.txt index 499f094..e63345c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ # requirements.txt -python-dotenv -discord.py -discord-webhook \ No newline at end of file +python-dotenv:1.0.0. +#discord.py +discord-webhook:1.3.0 \ No newline at end of file