aboutsummaryrefslogtreecommitdiffstats
path: root/dev
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-07-25 22:00:42 +0100
committerGravatar Chris Lovering <[email protected]>2022-07-27 18:19:15 +0100
commita5e97cab08b31918a3d3865d9697b442c913261a (patch)
treef01665957123ddaf42382d54cbfadae8ba6e7fcf /dev
parentFix suppressed_exceptions type hint (#112) (diff)
Bump Python To 3.10 (#108)
Diffstat (limited to 'dev')
-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 \