From e4bd8e310624aee71a84bf7210da79d57d857625 Mon Sep 17 00:00:00 2001 From: Kukks Date: Tue, 10 Aug 2021 09:16:25 +0200 Subject: [PATCH] Bumpo Clightning to 0.10.1 --- BTCPayServer.Tests/docker-compose.altcoins.yml | 4 ++-- BTCPayServer.Tests/docker-compose.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BTCPayServer.Tests/docker-compose.altcoins.yml b/BTCPayServer.Tests/docker-compose.altcoins.yml index 37973551d..8f8c9525c 100644 --- a/BTCPayServer.Tests/docker-compose.altcoins.yml +++ b/BTCPayServer.Tests/docker-compose.altcoins.yml @@ -146,7 +146,7 @@ services: - "bitcoin_datadir:/data" customer_lightningd: - image: btcpayserver/lightning:v0.10.0-dev + image: btcpayserver/lightning:v0.10.1-dev stop_signal: SIGKILL restart: unless-stopped environment: @@ -195,7 +195,7 @@ services: - merchant_lightningd merchant_lightningd: - image: btcpayserver/lightning:v0.10.0-dev + image: btcpayserver/lightning:v0.10.1-dev stop_signal: SIGKILL environment: EXPOSE_TCP: "true" diff --git a/BTCPayServer.Tests/docker-compose.yml b/BTCPayServer.Tests/docker-compose.yml index 55a93ec0b..3008f7271 100644 --- a/BTCPayServer.Tests/docker-compose.yml +++ b/BTCPayServer.Tests/docker-compose.yml @@ -133,7 +133,7 @@ services: - "bitcoin_datadir:/data" customer_lightningd: - image: btcpayserver/lightning:v0.10.0-dev + image: btcpayserver/lightning:v0.10.1-dev stop_signal: SIGKILL restart: unless-stopped environment: @@ -182,7 +182,7 @@ services: - merchant_lightningd merchant_lightningd: - image: btcpayserver/lightning:v0.10.0-dev + image: btcpayserver/lightning:v0.10.1-dev stop_signal: SIGKILL environment: EXPOSE_TCP: "true"