From 193353b7afef0bea875c5c91b16b5bdc078fc59f Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Sat, 13 May 2023 14:27:16 +0100 Subject: Upgrade to Python 3.11 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') 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 -- cgit v1.2.3