Skip to content

Commit 335591f

Browse files
committed
docker: Upgrade to Bitcoin Core v0.20.0 and c-lightning v0.8.2.1
1 parent 1e68700 commit 335591f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN mkdir /opt/local && apt-get update && apt-get install -y --no-install-recomm
88

99
ARG TESTRUNNER
1010

11-
ENV LIGHTNINGD_VERSION=v0.8.1
11+
ENV LIGHTNINGD_VERSION=v0.8.2.1
1212
ENV LIGHTNINGD_PGP_KEY=15EE8D6CAB0E7F0CF999BFCBD9200E6CD1ADB8F1
1313

1414
RUN [ -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
2727
ENV BITCOIN_FILENAME bitcoin-$BITCOIN_VERSION-x86_64-linux-gnu.tar.gz
2828
ENV BITCOIN_URL https://bitcoincore.org/bin/bitcoin-core-$BITCOIN_VERSION/$BITCOIN_FILENAME
29-
ENV BITCOIN_SHA256 5fcac9416e486d4960e1a946145566350ca670f9aaba99de6542080851122e4c
29+
ENV BITCOIN_SHA256 35ec10f87b6bc1e44fd9cd1157e5dfa483eaf14d7d9a9c274774539e7824c427
3030
ENV BITCOIN_ASC_URL https://bitcoincore.org/bin/bitcoin-core-$BITCOIN_VERSION/SHA256SUMS.asc
3131
ENV BITCOIN_PGP_KEY 01EA5486DE18A882D4C2684590C8019E36C2E964
3232
RUN [ -n "$STANDALONE" ] || \

0 commit comments

Comments
 (0)