aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar kwzrd <[email protected]>2020-03-21 14:30:06 +0100
committerGravatar kwzrd <[email protected]>2020-03-21 14:30:06 +0100
commit561b95e59c5ba4f358010fc0143ae291fcacabf2 (patch)
treed02a0042a3961b9143dce181bd4028fec7d7eb7e /Dockerfile
parentDeseasonify: define all seasons in one place (diff)
parentMerge pull request #380 from python-discord/gitignore-data (diff)
Merge master into seasonal-purge
Most importantly this adds the Python 3.8 bump, plus unrelated features merged in the meantime.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 940f90d5..b8a8a1e4 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 \