Skip to content

Commit

Permalink
Merge pull request #8139 from yyforyongyu/upgrade-bitcoind
Browse files Browse the repository at this point in the history
CI: upgrade bitcoind version to 0.25
  • Loading branch information
Roasbeef authored Nov 1, 2023
2 parents eb5fc0c + 994a142 commit e6fbaaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_bitcoind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -ev

BITCOIND_VERSION=${BITCOIN_VERSION:-23.0}
BITCOIND_VERSION=${BITCOIN_VERSION:-25.0}

docker pull lightninglabs/bitcoin-core:$BITCOIND_VERSION
CONTAINER_ID=$(docker create lightninglabs/bitcoin-core:$BITCOIND_VERSION)
Expand Down

0 comments on commit e6fbaaf

Please sign in to comment.