diff --git a/BTCPayServer.Tests/docker-compose.altcoins.yml b/BTCPayServer.Tests/docker-compose.altcoins.yml index 50fde231a..955a54557 100644 --- a/BTCPayServer.Tests/docker-compose.altcoins.yml +++ b/BTCPayServer.Tests/docker-compose.altcoins.yml @@ -164,7 +164,7 @@ services: - "bitcoin_datadir:/data" customer_lightningd: - image: btcpayserver/lightning:v24.02.2 + image: btcpayserver/lightning:v24.05 stop_signal: SIGKILL restart: unless-stopped environment: @@ -192,7 +192,7 @@ services: - bitcoind merchant_lightningd: - image: btcpayserver/lightning:v24.02.2 + image: btcpayserver/lightning:v24.05 stop_signal: SIGKILL environment: EXPOSE_TCP: "true" diff --git a/BTCPayServer.Tests/docker-compose.yml b/BTCPayServer.Tests/docker-compose.yml index 6443e8af6..c772c71df 100644 --- a/BTCPayServer.Tests/docker-compose.yml +++ b/BTCPayServer.Tests/docker-compose.yml @@ -150,7 +150,7 @@ services: - "bitcoin_datadir:/data" customer_lightningd: - image: btcpayserver/lightning:v24.02.2 + image: btcpayserver/lightning:v24.05 stop_signal: SIGKILL restart: unless-stopped environment: @@ -178,7 +178,7 @@ services: - bitcoind merchant_lightningd: - image: btcpayserver/lightning:v24.02.2 + image: btcpayserver/lightning:v24.05 stop_signal: SIGKILL environment: EXPOSE_TCP: "true"