aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-05-13 14:27:16 +0100
committerGravatar Chris Lovering <[email protected]>2023-05-13 14:34:32 +0100
commit193353b7afef0bea875c5c91b16b5bdc078fc59f (patch)
tree587f21b29de3e02a36c98c7c0ae984831de6dc26 /Dockerfile
parentMerge pull request #972 from python-discord/fix-psycopg3-compatibility-in-met... (diff)
Upgrade to Python 3.11
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 438f33bb..dda20173 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM ghcr.io/chrislovering/python-poetry-base:3.10-slim
+FROM ghcr.io/chrislovering/python-poetry-base:3.11-slim
# Allow service to handle stops gracefully
STOPSIGNAL SIGQUIT