diff --git a/templates/compose.template b/templates/compose.template index 8bfdf47..ea1e994 100644 --- a/templates/compose.template +++ b/templates/compose.template @@ -10,7 +10,7 @@ services: {% if config.local_node.node == 'bu' %} # Bitcoin Unlimited Node bch-node: - image: ghcr.io/actorforth/bitcoin-unlimited:${TAG_BITCOINUNLIMITED:-release-2.0.0.0} + image: ghcr.io/actorforth/bitcoin-unlimited:${TAG_BITCOINUNLIMITED:-release-2.1.0.0} container_name: bch-node volumes: - ./data/bitcoind:/data @@ -29,7 +29,7 @@ services: {% elif config.local_node.node == 'bchn' %} # Bitcoin Cash Node bch-node: - image: zquestz/bitcoin-cash-node:${TAG_BITCOINCASHNODE:-26.0.0} + image: zquestz/bitcoin-cash-node:${TAG_BITCOINCASHNODE:-28.0.1} container_name: bch-node volumes: - ./data/bitcoind:/data