mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-28 14:40:51 +02:00
CI: upgrade bitcoind version to 0.25
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user