File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ RUN set -ex \
2828 gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key" || \
2929 gpg --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys "$key" ; \
3030 done \
31- && curl -SLO https://bitcoin .org/bin/bitcoin-core-${BITCOIN_VERSION}/bitcoin-${BITCOIN_VERSION}-${TARGETPLATFORM}.tar.gz \
32- && curl -SLO https://bitcoin .org/bin/bitcoin-core-${BITCOIN_VERSION}/SHA256SUMS.asc \
31+ && curl -SLO https://bitcoincore .org/bin/bitcoin-core-${BITCOIN_VERSION}/bitcoin-${BITCOIN_VERSION}-${TARGETPLATFORM}.tar.gz \
32+ && curl -SLO https://bitcoincore .org/bin/bitcoin-core-${BITCOIN_VERSION}/SHA256SUMS.asc \
3333 && gpg --verify SHA256SUMS.asc \
3434 && grep " bitcoin-${BITCOIN_VERSION}-${TARGETPLATFORM}.tar.gz" SHA256SUMS.asc | sha256sum -c - \
3535 && tar -xzf *.tar.gz -C /opt \
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ RUN set -ex \
5454ENV BITCOIN_VERSION=0.21.1
5555ENV BITCOIN_PREFIX=/opt/bitcoin-${BITCOIN_VERSION}
5656
57- RUN wget https://bitcoin .org/bin/bitcoin-core-${BITCOIN_VERSION}/SHA256SUMS.asc
58- RUN wget https://bitcoin .org/bin/bitcoin-core-${BITCOIN_VERSION}/bitcoin-${BITCOIN_VERSION}.tar.gz
57+ RUN wget https://bitcoincore .org/bin/bitcoin-core-${BITCOIN_VERSION}/SHA256SUMS.asc
58+ RUN wget https://bitcoincore .org/bin/bitcoin-core-${BITCOIN_VERSION}/bitcoin-${BITCOIN_VERSION}.tar.gz
5959RUN gpg --verify SHA256SUMS.asc
6060RUN grep " bitcoin-${BITCOIN_VERSION}.tar.gz\$ " SHA256SUMS.asc | sha256sum -c -
6161RUN tar -xzf *.tar.gz
You can’t perform that action at this time.
0 commit comments