update monerod v0.18.4.4 and p2pool v4.12

This commit is contained in:
Matthew Tran
2025-12-04 04:54:52 -08:00
parent 263698ad8a
commit ed640ab69c
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -5,10 +5,10 @@ RUN apt-get install -y wget
WORKDIR /root
# currently v4.10.1
RUN wget -O p2pool.tar.gz https://github.com/SChernykh/p2pool/releases/download/v4.10.1/p2pool-v4.10.1-linux-x64.tar.gz
# currently v4.12
RUN wget -O p2pool.tar.gz https://github.com/SChernykh/p2pool/releases/download/v4.12/p2pool-v4.12-linux-x64.tar.gz
RUN tar xvf p2pool.tar.gz && rm p2pool.tar.gz
RUN mv p2pool-v4.10.1-linux-x64/p2pool ./p2pool
RUN mv p2pool-v4.12-linux-x64/p2pool ./p2pool
COPY entry.sh ./