Update Dockerfile

https://docs.python.org/3.12/library/ssl.html#ssl.wrap_socket
Fonction removed into python 3.12, todo
This commit is contained in:
azlux 2023-10-24 17:02:49 +02:00 committed by GitHub
parent 6e5e21ba52
commit cc8fd9c30f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ RUN python3 -m venv venv \
&& venv/bin/pip install -r requirements.txt
FROM python:3-slim-bullseye
FROM python:3.11-slim-bullseye
ENV DEBIAN_FRONTEND noninteractive
EXPOSE 8181
RUN apt update && \