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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose-lnd.yml

+1-1
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

+1-1
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)