File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN mkdir /opt/local && apt-get update && apt-get install -y --no-install-recomm
88
99ARG TESTRUNNER
1010
11- ENV LIGHTNINGD_VERSION=v0.8.1
11+ ENV LIGHTNINGD_VERSION=v0.8.2. 1
1212ENV LIGHTNINGD_PGP_KEY=15EE8D6CAB0E7F0CF999BFCBD9200E6CD1ADB8F1
1313
1414RUN [ -n "$STANDALONE" ] || \
@@ -18,15 +18,15 @@ RUN [ -n "$STANDALONE" ] || \
1818 && git verify-tag $LIGHTNINGD_VERSION \
1919 && git checkout $LIGHTNINGD_VERSION \
2020 && DEVELOPER=$TESTRUNNER ./configure --prefix=./target \
21- && make -j3 \
21+ && make \
2222 && make install \
2323 && rm -r target/share \
2424 && mv -f target/* /opt/local/)
2525
26- ENV BITCOIN_VERSION 0.19.1
26+ ENV BITCOIN_VERSION 0.20.0
2727ENV BITCOIN_FILENAME bitcoin-$BITCOIN_VERSION-x86_64-linux-gnu.tar.gz
2828ENV BITCOIN_URL https://bitcoincore.org/bin/bitcoin-core-$BITCOIN_VERSION/$BITCOIN_FILENAME
29- ENV BITCOIN_SHA256 5fcac9416e486d4960e1a946145566350ca670f9aaba99de6542080851122e4c
29+ ENV BITCOIN_SHA256 35ec10f87b6bc1e44fd9cd1157e5dfa483eaf14d7d9a9c274774539e7824c427
3030ENV BITCOIN_ASC_URL https://bitcoincore.org/bin/bitcoin-core-$BITCOIN_VERSION/SHA256SUMS.asc
3131ENV BITCOIN_PGP_KEY 01EA5486DE18A882D4C2684590C8019E36C2E964
3232RUN [ -n "$STANDALONE" ] || \
You can’t perform that action at this time.
0 commit comments