diff --git a/BTCPayServer.Tests/docker-compose.yml b/BTCPayServer.Tests/docker-compose.yml
index 369433adf..ccffbcae0 100644
--- a/BTCPayServer.Tests/docker-compose.yml
+++ b/BTCPayServer.Tests/docker-compose.yml
@@ -111,7 +111,7 @@ services:
- "bitcoin_datadir:/data"
customer_lightningd:
- image: nicolasdorier/clightning:0.0.0.21-dev
+ image: nicolasdorier/clightning:v0.6-dev
environment:
EXPOSE_TCP: "true"
LIGHTNINGD_OPT: |
@@ -134,7 +134,7 @@ services:
- bitcoind
lightning-charged:
- image: shesek/lightning-charge:0.3.12
+ image: shesek/lightning-charge:0.3.15
environment:
NETWORK: regtest
API_TOKEN: foiewnccewuify
@@ -153,7 +153,7 @@ services:
- merchant_lightningd
merchant_lightningd:
- image: nicolasdorier/clightning:0.0.0.21-dev
+ image: nicolasdorier/clightning:v0.6-dev
environment:
EXPOSE_TCP: "true"
LIGHTNINGD_OPT: |
diff --git a/BTCPayServer/BTCPayServer.csproj b/BTCPayServer/BTCPayServer.csproj
index d167458ef..6b7fbf6c5 100644
--- a/BTCPayServer/BTCPayServer.csproj
+++ b/BTCPayServer/BTCPayServer.csproj
@@ -2,7 +2,7 @@
Exe
netcoreapp2.1
- 1.0.2.36
+ 1.0.2.37
NU1701,CA1816,CA1308,CA1810,CA2208