aboutsummaryrefslogtreecommitdiffstats
path: root/dev/Dockerfile
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-07-25 22:00:42 +0100
committerGravatar GitHub <[email protected]>2022-07-25 22:00:42 +0100
commite88ef3cc14010c43667e9bbd3d468361c02fae61 (patch)
tree0a84e376b58308614583b15be414fe9c349207ea /dev/Dockerfile
parentMerge pull request #107 from python-discord/better-development (diff)
Bump Python To 3.10 (#108)v8.0.0-beta.2
Diffstat (limited to 'dev/Dockerfile')
-rw-r--r--dev/Dockerfile2
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 \