diff options
author | 2022-07-23 20:28:10 +0100 | |
---|---|---|
committer | 2022-07-23 20:28:10 +0100 | |
commit | fc698f96ba4ae8def9cb99d416be02ea6ccf47cc (patch) | |
tree | ed0994973848a28319ba5a1a530996b313b2ef26 /dev/Dockerfile | |
parent | Merge pull request #107 from python-discord/better-development (diff) |
Bump Python version to 3.10
Diffstat (limited to 'dev/Dockerfile')
-rw-r--r-- | dev/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Dockerfile b/dev/Dockerfile index e1d8eba3..eaab04ba 100644 --- a/dev/Dockerfile +++ b/dev/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-slim +FROM python:3.10-slim # Set pip to have no saved cache ENV PIP_NO_CACHE_DIR=false \ |