diff options
| author | 2021-08-24 14:09:47 +0200 | |
|---|---|---|
| committer | 2021-08-24 14:09:47 +0200 | |
| commit | 6098a47056d4e5698adb47e87e373c0f3e19fe3a (patch) | |
| tree | f11ac27f95db06d9638a5df8a1fe4e560504159a /Dockerfile | |
| parent | Enable debug mode by default (diff) | |
| parent | Merge pull request #1775 from python-discord/TizzySaurus-patch-1 (diff) | |
Merge branch 'main' into enhance/1683/restrict-int-eval
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 \ |