diff options
| author | 2021-08-22 00:40:36 -0700 | |
|---|---|---|
| committer | 2021-08-22 00:40:36 -0700 | |
| commit | 69cd554aa8d7fc4cbf385df67243485b26598ac7 (patch) | |
| tree | 1bb44e635bfc4275cd8ca1472cdd56d43201003f /Dockerfile | |
| parent | change docstring in escape markdown to reflect actual behavior (diff) | |
| parent | Merge pull request #1756 from python-discord/Formatting-issues-on-the-!server... (diff) | |
Merge branch 'main' into escape_md_news
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index c285898dc..4d8592590 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9.5-slim +FROM python:3.9-slim # Set pip to have no saved cache ENV PIP_NO_CACHE_DIR=false \ |