update monerod v0.18.4.2 and p2pool v4.10.1

This commit is contained in:
Matthew Tran
2025-09-19 00:16:17 -07:00
parent 32543c6b20
commit 150e04c571
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -5,10 +5,10 @@ RUN apt-get install -y wget bzip2
WORKDIR /root
# currently v0.18.4.1
RUN wget -O monerod.tar.bz2 https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.4.1.tar.bz2
# currently v0.18.4.2
RUN wget -O monerod.tar.bz2 https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.4.2.tar.bz2
RUN tar xvf monerod.tar.bz2 && rm monerod.tar.bz2
RUN mv monero-x86_64-linux-gnu-v0.18.4.1 monero
RUN mv monero-x86_64-linux-gnu-v0.18.4.2 monero
COPY entry.sh ./