Skip to content

Commit 4affc74

Browse files
committed
Bump bitcoind versions used in docker files to 27.2
.. to align the RPC API with what we're using in Rust and CLN already.
1 parent 66a8d5e commit 4affc74

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose-lnd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
bitcoin:
3-
image: blockstream/bitcoind:24.1
3+
image: blockstream/bitcoind:27.2
44
platform: linux/amd64
55
command:
66
[

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22

33
services:
44
bitcoin:
5-
image: blockstream/bitcoind:24.1
5+
image: blockstream/bitcoind:27.2
66
platform: linux/amd64
77
command:
88
[

0 commit comments

Comments
 (0)