mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 06:21:44 +01:00
bump NBXplorer
This commit is contained in:
parent
dad2642fa7
commit
96c04481da
3 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="NBitcoin" Version="5.0.33" />
|
||||
<PackageReference Include="NBitcoin" Version="5.0.34" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
|
||||
<ItemGroup>
|
||||
<FrameworkReference Include="Microsoft.AspNetCore.App" />
|
||||
<PackageReference Include="NBXplorer.Client" Version="3.0.9" />
|
||||
<PackageReference Include="NBXplorer.Client" Version="3.0.10" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
|
@ -78,7 +78,7 @@ services:
|
|||
- customer_lnd
|
||||
- merchant_lnd
|
||||
nbxplorer:
|
||||
image: nicolasdorier/nbxplorer:2.1.24
|
||||
image: nicolasdorier/nbxplorer:2.1.25
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "32838:32838"
|
||||
|
|
Loading…
Add table
Reference in a new issue