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:
parent
6e5e21ba52
commit
cc8fd9c30f
@ -12,7 +12,7 @@ RUN python3 -m venv venv \
|
|||||||
&& venv/bin/pip install -r requirements.txt
|
&& venv/bin/pip install -r requirements.txt
|
||||||
|
|
||||||
|
|
||||||
FROM python:3-slim-bullseye
|
FROM python:3.11-slim-bullseye
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
EXPOSE 8181
|
EXPOSE 8181
|
||||||
RUN apt update && \
|
RUN apt update && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user