From 0a85b71bff7af323bbfbb1107f5d69d1e3f20364 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Wed, 4 Aug 2021 20:18:16 +0700 Subject: [PATCH] Update btcpay-server app to 1.1.2 (#882) --- 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 4435aef..2931ea9 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.1.49@sha256:b247343d3127c737ed2ce250e780e52a958241fff1d897a5b6e8cd20fb5f142a" + image: "nicolasdorier/nbxplorer:2.1.55@sha256:e13a24507aa0623a21cd647cbad028ac5c108382142044b1d2d3bcf4410f5fab" 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.0.7.0@sha256:a18d7133dc858d3596f05b8b0f570396f963ce325713e670fe2b4cb633eb50f8 + image: btcpayserver/btcpayserver:1.1.2@sha256:2632c85646aefa0217285ff9b08cfab4529fdb213c217731bf2218789d091f88 user: "1000:1000" restart: on-failure stop_grace_period: 1m diff --git a/apps/registry.json b/apps/registry.json index 44eed4e..151375b 100644 --- a/apps/registry.json +++ b/apps/registry.json @@ -213,7 +213,7 @@ "id": "btcpay-server", "category": "Payments", "name": "BTCPay Server", - "version": "1.0.6.8", + "version": "1.1.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.", "developer": "BTCPay Server Foundation",