update to python 3.9

This commit is contained in:
Robert Resch 2022-02-11 11:54:40 +01:00
parent 1e58f8be99
commit f8045c3be5
7 changed files with 36 additions and 144 deletions

View file

@ -1,6 +1,6 @@
ARG ARCH=amd64
FROM $ARCH/python:3.7-alpine
FROM $ARCH/python:3.9-alpine
EXPOSE 443
EXPOSE 5223