diff options
| author | 2021-08-16 00:24:09 +0300 | |
|---|---|---|
| committer | 2021-08-16 00:24:09 +0300 | |
| commit | a2cbf0a4d3eb7599fb60fa735343ee05faace740 (patch) | |
| tree | 18dd0cfcefd9f6674b29758b46bc27e7892acbe7 /Dockerfile | |
| parent | Merge branch 'mbaruh/jam-management' of https://github.com/python-discord/bot... (diff) | |
| parent | Merge pull request #1745 from python-discord/fix-nomination-archive-check (diff) | |
Merge branch 'main' into mbaruh/jam-management
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 \ |