upgraded regtest dockerfile to 0.12.4 of lbrycrd

This commit is contained in:
Mark Beamer Jr 2019-02-23 11:26:07 -05:00
parent fbbf6d9eb1
commit 1d575c28cf
No known key found for this signature in database
GPG key ID: 1C314FB89AD76973

View file

@ -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 && \