Merge pull request #8139 from yyforyongyu/upgrade-bitcoind

CI: upgrade bitcoind version to 0.25
This commit is contained in:
Olaoluwa Osuntokun 2023-11-01 11:15:12 -07:00 committed by GitHub
commit e6fbaafda4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)