Skip to content

Commit

Permalink
update upstream and nbxplorer to latest (#74)
Browse files Browse the repository at this point in the history
* update upstream and nbxplorer to latest

* bump migration version
  • Loading branch information
elvece authored Feb 7, 2025
1 parent dfd9fc0 commit d3c5229
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM btcpayserver/monero:0.18.3.4 AS monero-wallet-rpc
FROM nicolasdorier/nbxplorer:2.5.16 AS nbx-builder
FROM nicolasdorier/nbxplorer:2.5.20 AS nbx-builder

FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim AS actions-builder
ARG TARGETARCH
Expand All @@ -9,7 +9,7 @@ RUN dotnet restore "utils/actions/actions.csproj" -a $TARGETARCH
WORKDIR "/actions"
RUN dotnet build "utils/actions/actions.csproj" -c Release -a $TARGETARCH -o /actions/build

FROM btcpayserver/btcpayserver:2.0.5
FROM btcpayserver/btcpayserver:2.0.6

COPY --from=nbx-builder "/app" /nbxplorer
COPY --from=actions-builder "/actions/build" /actions
Expand Down
5 changes: 2 additions & 3 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
id: btcpayserver
title: BTCPay Server
version: 2.0.5
version: 2.0.6
release-notes: |
* Updates to the latest upstream [release](https://github.com/btcpayserver/btcpayserver/releases/tag/v2.0.5), which includes various bugfixes and improvements
* Includes the upstream release of [2.0.4](https://github.com/btcpayserver/btcpayserver/releases/tag/v2.0.4) as well.
* Updates to the latest upstream [release](https://github.com/btcpayserver/btcpayserver/releases/tag/v2.0.6), which includes a security fix, various bugfixes and several new features.
* Updates NBXplorer to the latest version
license: mit
wrapper-repo: "https://github.com/Start9Labs/btcpayserver-wrapper"
Expand Down
2 changes: 1 addition & 1 deletion scripts/procedures/migrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ export const migration: T.ExpectedExports.migration = async (
},
},
},
"2.0.5"
"2.0.6"
)(effects, version, ...args);
};

0 comments on commit d3c5229

Please sign in to comment.