From 24233c7cad293a8e1fbe8968df1ae510b619699e Mon Sep 17 00:00:00 2001 From: Aaron Dewes Date: Tue, 19 Jan 2021 11:35:21 +0100 Subject: [PATCH] Update btcpay-server app to v1.0.6.7 (#441) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Lounès Ksouri --- apps/btcpay-server/docker-compose.yml | 2 +- apps/registry.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/btcpay-server/docker-compose.yml b/apps/btcpay-server/docker-compose.yml index 4169bca..3ff2bce 100644 --- a/apps/btcpay-server/docker-compose.yml +++ b/apps/btcpay-server/docker-compose.yml @@ -31,7 +31,7 @@ services: ipv4_address: $APP_BTCPAY_SERVER_NBXPLORER_IP web: - image: btcpayserver/btcpayserver:1.0.6.4@sha256:080ce1637b3f7ddaa63ee99799108bde535494e1aa50fdb7bac7a91fa2e21228 + image: btcpayserver/btcpayserver:1.0.6.7@sha256:01a5636fd24841eb382cc2ee9c3387f9ff0c818bd7ef34330008ef0f1d694f2d user: "1000:1000" logging: *default-logging restart: on-failure diff --git a/apps/registry.json b/apps/registry.json index 5391ad5..f9c01a4 100644 --- a/apps/registry.json +++ b/apps/registry.json @@ -3,7 +3,7 @@ "id": "btcpay-server", "category": "Payments", "name": "BTCPay Server", - "version": "1.0.6.4", + "version": "1.0.6.7", "tagline": "Accept Bitcoin payments with 0 fees & no 3rd party", "description": "BTCPay Server is a payment processor that allows you to receive payments in Bitcoin (and altcoins) directly, with no fees, transaction cost or a middleman. It is a non-custodial invoicing system which eliminates the involvement of a third-party.\n\nPayments with BTCPay Server go directly to your wallet, which increases the privacy and security. Your private keys are never uploaded to your Umbrel. There is no address re-use, since each invoice generates a new address deriving from your xpubkey.\n\nYou can not only to attach an unlimited number of stores and use the Lightning Network but also become a payment processor for others. Thanks to the apps built on top of it, you can use BTCPay to receive donations, start a crowdfunding campaign or have an in-store Point of Sale.", "developer": "BTCPay Server Foundation",