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 bzip2
WORKDIR /root
# 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
# currently v0.18.4.4
RUN wget -O monerod.tar.bz2 https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.4.4.tar.bz2
RUN tar xvf monerod.tar.bz2 && rm monerod.tar.bz2
RUN mv monero-x86_64-linux-gnu-v0.18.4.2 monero
RUN mv monero-x86_64-linux-gnu-v0.18.4.4 monero
COPY entry.sh ./