diff --git a/BTCPayServer.Tests/docker-compose.yml b/BTCPayServer.Tests/docker-compose.yml
index 1ddebd385..9d70d56b9 100644
--- a/BTCPayServer.Tests/docker-compose.yml
+++ b/BTCPayServer.Tests/docker-compose.yml
@@ -69,7 +69,7 @@ services:
nbxplorer:
- image: nicolasdorier/nbxplorer:1.1.0.12
+ image: nicolasdorier/nbxplorer:1.1.0.18
restart: unless-stopped
ports:
- "32838:32838"
diff --git a/BTCPayServer/BTCPayServer.csproj b/BTCPayServer/BTCPayServer.csproj
index e39a5644b..07129263a 100644
--- a/BTCPayServer/BTCPayServer.csproj
+++ b/BTCPayServer/BTCPayServer.csproj
@@ -2,7 +2,7 @@
Exe
netcoreapp2.1
- 1.0.3.9
+ 1.0.3.10
NU1701,CA1816,CA1308,CA1810,CA2208