Docker fix

This commit is contained in:
2024-08-12 09:38:30 +03:00
parent e270e0f616
commit 7ed94e64f3

View File

@@ -17,7 +17,7 @@ RUN git clone https://github.com/Bitmessage/PyBitmessage .
# Install
RUN pip2 install jsonrpclib .
FROM ubuntu:bionic-20220401
FROM ubuntu:bionic
EXPOSE 8442