docker update to python 3.10

This commit is contained in:
Youe Graillot 2021-11-15 22:38:39 +01:00
parent bbf2229de3
commit 2fe04ee597

View file

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