mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2026-06-28 01:58:34 +00:00
update monerod v0.18.4.4 and p2pool v4.12
This commit is contained in:
+3
-3
@@ -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 ./
|
||||
|
||||
|
||||
Reference in New Issue
Block a user