update monerod v0.18.4.1 and p2pool v4.9

This commit is contained in:
Matthew Tran
2025-08-13 05:01:43 -07:00
parent e058e70685
commit 1f04cf13e9
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.0
RUN wget -O monerod.tar.bz2 https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.4.0.tar.bz2
# 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
RUN tar xvf monerod.tar.bz2 && rm monerod.tar.bz2
RUN mv monero-x86_64-linux-gnu-v0.18.4.0 monero
RUN mv monero-x86_64-linux-gnu-v0.18.4.1 monero
COPY entry.sh ./