Python 3.11

This commit is contained in:
f4lco
2022-11-01 22:26:41 +01:00
parent 3dabf375c9
commit c308118e8f
12 changed files with 413 additions and 486 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ ARG LISTEN_PORT=3080
### Shared base container
FROM python:3.8-alpine as basesys
FROM python:3.11-alpine as basesys
ARG DEPLOY_DIR
ARG USERNAME