Upgrade BTCPay to v1.5.4

This commit is contained in:
Taylor Helsper 2022-05-28 23:14:41 -05:00
parent 70e8b8e16b
commit aac373b263
2 changed files with 3 additions and 3 deletions

View File

@ -141,8 +141,8 @@ while true; do
cd /mnt/hdd/mynode/btcpayserver
# Clone this repository
#git clone https://github.com/btcpayserver/btcpayserver-docker
git clone https://github.com/tehelsper/btcpayserver-docker.git
git clone https://github.com/btcpayserver/btcpayserver-docker
#git clone https://github.com/tehelsper/btcpayserver-docker.git
cd btcpayserver-docker
# Run btcpay-setup.sh with the right parameters

View File

@ -79,7 +79,7 @@ RTL_VERSION="v0.12.3"
RTL_VERSION_FILE=/home/bitcoin/.mynode/rtl_version
RTL_LATEST_VERSION_FILE=/home/bitcoin/.mynode/rtl_version_latest
BTCPAYSERVER_VERSION="1.5.3"
BTCPAYSERVER_VERSION="1.5.4"
#BTCPAYSERVER_NBXPLORER_VERSION="2.2.20"
#BTCPAYSERVER_POSTGRES_VERSION="13.6"
if [ "$IS_32_BIT" = "1" ]; then