feat: update to cln 24.11 (#13)

This commit is contained in:
dni ⚡ 2024-12-19 09:01:30 +01:00 committed by GitHub
commit 3f3c48863b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,7 +38,7 @@ services:
hostname: clightning-1
depends_on:
- bitcoind
image: boltz/c-lightning:24.05
image: boltz/c-lightning:24.11
entrypoint: "sh -c 'sleep 15 && lightningd --large-channels --network regtest --grpc-port 9736 --bind-addr=0.0.0.0:9735 --bitcoin-rpcconnect=bitcoind --bitcoin-rpcport=18443 --bitcoin-rpcuser=lnbits --bitcoin-rpcpassword=lnbits'"
expose:
- 9735
@ -78,7 +78,7 @@ services:
hostname: clightning-3
depends_on:
- bitcoind
image: boltz/c-lightning:24.05
image: boltz/c-lightning:24.11
entrypoint: "sh -c 'sleep 15 && lightningd --large-channels --network regtest --grpc-port 9738 --bind-addr=0.0.0.0:9735 --bitcoin-rpcconnect=bitcoind --bitcoin-rpcport=18443 --bitcoin-rpcuser=lnbits --bitcoin-rpcpassword=lnbits'"
expose:
- 9735