docker update to python 3.9

This commit is contained in:
Youe Graillot 2021-11-14 18:09:57 +01:00
parent 0b56548eac
commit b502e1403f

View file

@ -1,4 +1,4 @@
FROM python:3.7-alpine
FROM python:3.9-alpine
ENV PORT="8000"