diff options
author | 2022-08-21 23:12:04 +0400 | |
---|---|---|
committer | 2022-09-30 18:48:04 +0400 | |
commit | 9c816143fe58595c7ff4e810e350c229bfb1e1c2 (patch) | |
tree | 621973971775a59a1d2cb7beac393f0192789561 /Dockerfile | |
parent | Fix 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-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |