aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-08-21 22:10:15 +0100
committerGravatar Chris Lovering <[email protected]>2022-08-21 22:27:59 +0100
commit917369f62c652dddb68de995918b5dec5f1b1a78 (patch)
tree839ba85b80933039448a91d79ff70625700cf569 /Dockerfile
parentBump all deps and add bot-core (diff)
Bump Dockerfile and CI to Python 3.10
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 983f3f3..34c2f76 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
ENV PIP_NO_CACHE_DIR=false \
POETRY_VIRTUALENVS_CREATE=false