diff options
author | 2020-03-01 17:49:48 -0500 | |
---|---|---|
committer | 2020-03-01 17:49:48 -0500 | |
commit | 7dc7ca3427cdd4b2fd1b1083d368e80f55207d9a (patch) | |
tree | 27ab6501be3602b4a802561d5a48b96df6a6d335 /Dockerfile | |
parent | Merge pull request #809 from python-discord/ban-grabify-urls (diff) | |
parent | Merge branch 'master' into python38-migration (diff) |
Merge pull request #783 from python-discord/python38-migration
Migrate bot to Python 3.8
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 2fba8cf68..06a538b2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7-slim +FROM python:3.8-slim # Set pip to have cleaner logs and no saved cache ENV PIP_NO_CACHE_DIR=false \ |