Skip to content

Commit

Permalink
chore: update bitcoind to v27
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi committed Jun 12, 2024
1 parent e18cf7c commit 8872094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/docker-compose.deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,13 +312,13 @@ services:
- SSL_KEYFILE=/tls.key
command: ["Fulcrum", "/fulcrum.conf"]
bitcoind:
image: lncm/bitcoind:v26.1
image: lncm/bitcoind:v27.0
ports:
- "18443:18443"
volumes:
- ${HOST_PROJECT_PATH:-.}/config/bitcoind/bitcoin.conf:/data/.bitcoin/bitcoin.conf
bitcoind-signer:
image: lncm/bitcoind:v26.1
image: lncm/bitcoind:v27.0
ports: []
volumes:
- ${HOST_PROJECT_PATH:-.}/config/bitcoind/bitcoin.conf:/data/.bitcoin/bitcoin.conf
Expand Down

0 comments on commit 8872094

Please sign in to comment.