Use python 3.8 in serving container

This commit is contained in:
emilio 2023-04-10 09:45:59 -04:00
parent 6fb0006776
commit f831783645

View File

@ -1,4 +1,4 @@
FROM python:3.9-bullseye
FROM python:3.8-bullseye
ENV LC_ALL=C.UTF-8