diff options
author | 2023-05-13 14:27:16 +0100 | |
---|---|---|
committer | 2023-05-13 14:34:32 +0100 | |
commit | 193353b7afef0bea875c5c91b16b5bdc078fc59f (patch) | |
tree | 587f21b29de3e02a36c98c7c0ae984831de6dc26 /Dockerfile | |
parent | Merge pull request #972 from python-discord/fix-psycopg3-compatibility-in-met... (diff) |
Upgrade to Python 3.11
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |