From 07d95c6ed778bd7b61f267080a04f05db6dda4e3 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Sun, 5 Mar 2023 11:08:01 +0900 Subject: [PATCH] bump clightning --- 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 f7d48dcd8..444ebf875 100644 --- a/BTCPayServer.Tests/docker-compose.altcoins.yml +++ b/BTCPayServer.Tests/docker-compose.altcoins.yml @@ -154,7 +154,7 @@ services: - "bitcoin_datadir:/data" customer_lightningd: - image: btcpayserver/lightning:v23.02-dev + image: btcpayserver/lightning:v23.02-1-dev stop_signal: SIGKILL restart: unless-stopped environment: @@ -203,7 +203,7 @@ services: - merchant_lightningd merchant_lightningd: - image: btcpayserver/lightning:v23.02-dev + image: btcpayserver/lightning:v23.02-1-dev stop_signal: SIGKILL environment: EXPOSE_TCP: "true" diff --git a/BTCPayServer.Tests/docker-compose.yml b/BTCPayServer.Tests/docker-compose.yml index 9682e0343..d3aa42a07 100644 --- a/BTCPayServer.Tests/docker-compose.yml +++ b/BTCPayServer.Tests/docker-compose.yml @@ -141,7 +141,7 @@ services: - "bitcoin_datadir:/data" customer_lightningd: - image: btcpayserver/lightning:v23.02-dev + image: btcpayserver/lightning:v23.02-1-dev stop_signal: SIGKILL restart: unless-stopped environment: @@ -190,7 +190,7 @@ services: - merchant_lightningd merchant_lightningd: - image: btcpayserver/lightning:v23.02-dev + image: btcpayserver/lightning:v23.02-1-dev stop_signal: SIGKILL environment: EXPOSE_TCP: "true"