diff options
author | 2022-07-27 18:34:50 +0100 | |
---|---|---|
committer | 2022-07-27 18:34:50 +0100 | |
commit | db0ff48a574f5b466f3e8dc25cc32c3a9bfc1370 (patch) | |
tree | dfc700150ebb4ff0700ca6160fe084b7dac7a892 /dev | |
parent | Fix suppressed_exceptions type hint (#112) (diff) | |
parent | Bump sphinx to 5.1.1 (diff) |
Merge pull request #114 from python-discord/8.0.0-betav8.0.0
Diffstat (limited to 'dev')
-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 \ |