Pin Python to 3.10.11
Python 3.10.12 and above causes threading issues (ex: "getaddrinfo() thread failed to start")
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3.10
|
FROM python:3.10.11
|
||||||
|
|
||||||
RUN groupadd -g 5123 cdb && \
|
RUN groupadd -g 5123 cdb && \
|
||||||
useradd -r -u 5123 -g cdb cdb
|
useradd -r -u 5123 -g cdb cdb
|
||||||
|
|||||||
Reference in New Issue
Block a user