diff options
| author | 2020-03-21 14:30:06 +0100 | |
|---|---|---|
| committer | 2020-03-21 14:30:06 +0100 | |
| commit | 561b95e59c5ba4f358010fc0143ae291fcacabf2 (patch) | |
| tree | d02a0042a3961b9143dce181bd4028fec7d7eb7e /Dockerfile | |
| parent | Deseasonify: define all seasons in one place (diff) | |
| parent | Merge 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-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |