aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar S. Co1 <[email protected]>2020-03-01 17:49:48 -0500
committerGravatar GitHub <[email protected]>2020-03-01 17:49:48 -0500
commit7dc7ca3427cdd4b2fd1b1083d368e80f55207d9a (patch)
tree27ab6501be3602b4a802561d5a48b96df6a6d335 /Dockerfile
parentMerge pull request #809 from python-discord/ban-grabify-urls (diff)
parentMerge 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--Dockerfile2
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 \