From 1fa65cbecb8b70b94658976408a430f6d5b03f09 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Wed, 2 Feb 2022 18:56:07 +0700 Subject: [PATCH] Update btcpay-server app to 1.4.2 --- apps/btcpay-server/docker-compose.yml | 4 ++-- apps/registry.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/btcpay-server/docker-compose.yml b/apps/btcpay-server/docker-compose.yml index eca79eb..da18d8c 100644 --- a/apps/btcpay-server/docker-compose.yml +++ b/apps/btcpay-server/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: nbxplorer: - image: nicolasdorier/nbxplorer:2.2.16@sha256:c12d63f0604fc92e626a4fb8d27ea770dc6156921d8398612b21a2de772e87af + image: nicolasdorier/nbxplorer:2.2.20@sha256:8f0e7f68513596e0a2555990d262169088a70204abe397bf18ba921f9b0608f3 user: "1000:1000" restart: on-failure stop_grace_period: 1m @@ -24,7 +24,7 @@ services: ipv4_address: $APP_BTCPAY_SERVER_NBXPLORER_IP web: - image: btcpayserver/btcpayserver:1.3.4@sha256:dfc4a08f097a86672473cfd5a5dd606ea8bf64dc926301f0116710e793ebe0a4 + image: btcpayserver/btcpayserver:1.4.2@sha256:17507f737d4398b7270f480468c088cd3f8dec9d3d5480a017645e3fd2351bb1 user: "1000:1000" restart: on-failure stop_grace_period: 1m diff --git a/apps/registry.json b/apps/registry.json index 8c362c3..3772a2f 100644 --- a/apps/registry.json +++ b/apps/registry.json @@ -528,7 +528,7 @@ "id": "btcpay-server", "category": "Finance", "name": "BTCPay Server", - "version": "1.3.4", + "version": "1.4.2", "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.\n\nPlease note: Due to your BTCPay instance running on your local network connecting remote applications, such as Shopify or WordPress for example, will fail to connect.", "developer": "BTCPay Server Foundation",