From 1d575c28cfafa8cd16fe7378a7067a996f0e1132 Mon Sep 17 00:00:00 2001 From: Mark Beamer Jr Date: Sat, 23 Feb 2019 11:26:07 -0500 Subject: [PATCH] upgraded regtest dockerfile to 0.12.4 of lbrycrd --- lbrycrd/regtest/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbrycrd/regtest/Dockerfile b/lbrycrd/regtest/Dockerfile index 1c988e7..944859a 100644 --- a/lbrycrd/regtest/Dockerfile +++ b/lbrycrd/regtest/Dockerfile @@ -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 && \ # 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/ && \ unzip lbrycrd-linux.zip && \ rm lbrycrd-linux.zip && \