aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Izan <[email protected]>2022-09-14 20:58:02 +0100
committerGravatar Izan <[email protected]>2022-09-14 20:58:02 +0100
commit15e0491a3ba533a2423d44b415de355d1152f84c (patch)
treeec4d951b1a23713b35840d6db7d051c4a48750e0 /Dockerfile
parentUpdate docstrings & comment. (diff)
parentMerge branch 'main' into bot-2231-bug (diff)
Merge remote-tracking branch 'origin/bot-2231-bug' into bot-2231-bug
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 30bf8a361..5bb400658 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM --platform=linux/amd64 python:3.9-slim
+FROM --platform=linux/amd64 python:3.10-slim
# Set pip to have no saved cache
ENV PIP_NO_CACHE_DIR=false \