diff --git a/BTCPayServer.Tests/docker-compose.yml b/BTCPayServer.Tests/docker-compose.yml
index 8e19a544a..da5b2a475 100644
--- a/BTCPayServer.Tests/docker-compose.yml
+++ b/BTCPayServer.Tests/docker-compose.yml
@@ -38,7 +38,7 @@ services:
# The dev container is not actually used, it is just handy to run `docker-compose up dev` to start all services
dev:
- image: btcpayserver/bitcoin:0.17.0
+ image: btcpayserver/bitcoin:0.18.0
environment:
BITCOIN_NETWORK: regtest
BITCOIN_EXTRA_ARGS: |
@@ -55,7 +55,7 @@ services:
- merchant_lnd
devlnd:
- image: btcpayserver/bitcoin:0.17.0
+ image: btcpayserver/bitcoin:0.18.0
environment:
BITCOIN_NETWORK: regtest
BITCOIN_EXTRA_ARGS: |
@@ -71,7 +71,7 @@ services:
nbxplorer:
- image: nicolasdorier/nbxplorer:2.0.0.36
+ image: nicolasdorier/nbxplorer:2.0.0.37
restart: unless-stopped
ports:
- "32838:32838"
diff --git a/BTCPayServer/BTCPayServer.csproj b/BTCPayServer/BTCPayServer.csproj
index 7889bdcb4..1b6e29003 100644
--- a/BTCPayServer/BTCPayServer.csproj
+++ b/BTCPayServer/BTCPayServer.csproj
@@ -47,10 +47,10 @@
all
runtime; build; native; contentfiles; analyzers
-
+
-
+