fix(build): bump docker python version

This commit is contained in:
Samwiseg0 2022-07-17 16:44:45 -04:00
parent a6c8ffce25
commit 0a9a20007e

View file

@ -1,4 +1,4 @@
FROM python:3.9.1-alpine
FROM python:3.10.5-alpine
ENV DEBUG="True" \
DATA_FOLDER="/config" \