aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-08-23 20:48:26 +0100
committerGravatar Chris Lovering <[email protected]>2022-09-21 23:02:54 +0100
commit31dfe02377e90582c1a7ecd0f7df566aa7b05d51 (patch)
tree23869e3257239638302866ca1d43db13f6f63e46 /Dockerfile
parentAdd bot core as a dep and bump all deps (diff)
Upgrade 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 10e8bbd4..43fcdf5a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM --platform=linux/amd64 ghcr.io/chrislovering/python-poetry-base:3.9-slim
+FROM --platform=linux/amd64 ghcr.io/chrislovering/python-poetry-base:3.10-slim
# Install dependencies
WORKDIR /bot