Use python 3.11 in docker
This commit is contained in:
parent
e322358b51
commit
b749b734c7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue