Skip to content

Commit

Permalink
upgrade bitcoin unlimited, fixes #60
Browse files Browse the repository at this point in the history
  • Loading branch information
sajal committed May 22, 2023
1 parent e74b08d commit f35b658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/compose.template
Original file line number Diff line number Diff line change
Expand Up @@ -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-1.10.0.0}
image: ghcr.io/actorforth/bitcoin-unlimited:${TAG_BITCOINUNLIMITED:-release-2.0.0.0}
container_name: bch-node
volumes:
- ./data/bitcoind:/data
Expand Down

0 comments on commit f35b658

Please sign in to comment.