Use python 3.11 in docker

This commit is contained in:
Yohan Boniface 2023-06-05 12:17:45 +02:00
parent e322358b51
commit b749b734c7

View file

@ -8,7 +8,7 @@ RUN make installjs
RUN make vendors
FROM python:3.8-slim
FROM python:3.11-slim
ENV PYTHONUNBUFFERED=1 \
PORT=8000