Skip to content

Commit

Permalink
chore: update blockbook bitcoin regtest backend
Browse files Browse the repository at this point in the history
  • Loading branch information
vdovhanych committed Sep 12, 2023
1 parent 7ab29a7 commit 8ab2b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/bitcoin-regtest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN useradd -rG sudo bitcoin \
# https://github.com/satoshilabs/devops/issues/45
ARG TARGETPLATFORM
RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then ARCHITECTURE=amd64; elif [ "$TARGETPLATFORM" = "linux/arm64" ]; then ARCHITECTURE=arm64; else ARCHITECTURE=amd64; fi \
&& wget https://data.trezor.io/dev/blockbook/builds/backend-bitcoin-regtest_24.0.1-satoshilabs-1_${ARCHITECTURE}.deb \
&& wget https://data.trezor.io/dev/blockbook/builds/backend-bitcoin-regtest_25.0-satoshilabs-1_${ARCHITECTURE}.deb \
&& wget https://data.trezor.io/dev/blockbook/builds/blockbook-bitcoin-regtest_0.4.0_${ARCHITECTURE}.deb \
&& dpkg -i backend-bitcoin-regtest_24.0.1-satoshilabs-1_${ARCHITECTURE}.deb \
&& dpkg -i blockbook-bitcoin-regtest_0.4.0_${ARCHITECTURE}.deb \
Expand Down

0 comments on commit 8ab2b3b

Please sign in to comment.