Skip to content

Commit 99302aa

Browse files
committed
fix(ci): move Eclair docker files to tests/docker/
The workflow references tests/docker/ paths after the upgrade-test-deps rebase, but the Eclair compose and Dockerfile were still at the repo root. Also aligns bitcoind image version to 29.1 for consistency.
1 parent 9702d9c commit 99302aa

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
# causing Eclair to fall behind the chain tip. Host networking avoids
66
# this by keeping all inter-process communication on localhost.
77
bitcoin:
8-
image: blockstream/bitcoind:30.2
8+
image: blockstream/bitcoind:29.1
99
platform: linux/amd64
1010
network_mode: host
1111
command:

0 commit comments

Comments
 (0)