aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-08-21 23:12:04 +0400
committerGravatar Hassan Abouelela <[email protected]>2022-09-30 18:48:04 +0400
commit9c816143fe58595c7ff4e810e350c229bfb1e1c2 (patch)
tree621973971775a59a1d2cb7beac393f0192789561 /Dockerfile
parentFix Static Build (diff)
Upgrade To 3.10
All dependencies and code are already ready for 3.10, all that's necessary is to update the number. Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 1d50e11d..454e58d5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM ghcr.io/chrislovering/python-poetry-base:3.9-slim
+FROM ghcr.io/chrislovering/python-poetry-base:3.10-slim
# Allow service to handle stops gracefully
STOPSIGNAL SIGQUIT