upgraded regtest dockerfile to 0.12.4 of lbrycrd
This commit is contained in:
parent
fbbf6d9eb1
commit
1d575c28cf
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ RUN addgroup --gid 1000 lbrycrd && \
|
||||||
# RUN wget -O /usr/bin/debugpaste https://github.com/nixc-us/debugpaste-it/raw/master/bin/debugpaste_64 && \
|
# RUN wget -O /usr/bin/debugpaste https://github.com/nixc-us/debugpaste-it/raw/master/bin/debugpaste_64 && \
|
||||||
# chmod +x /usr/bin/debugpaste
|
# chmod +x /usr/bin/debugpaste
|
||||||
|
|
||||||
RUN wget -O /usr/bin/lbrycrd-linux.zip https://github.com/lbryio/lbrycrd/releases/download/v0.12.3.1/lbrycrd-linux.zip && \
|
RUN wget -O /usr/bin/lbrycrd-linux.zip https://github.com/lbryio/lbrycrd/releases/download/v0.12.4.0/lbrycrd-linux.zip && \
|
||||||
cd /usr/bin/ && \
|
cd /usr/bin/ && \
|
||||||
unzip lbrycrd-linux.zip && \
|
unzip lbrycrd-linux.zip && \
|
||||||
rm lbrycrd-linux.zip && \
|
rm lbrycrd-linux.zip && \
|
||||||
|
|
Loading…
Reference in a new issue