Skip to content

Commit

Permalink
Bump lnd and tapd to avoid Core v28 JSONRPC bug (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiero authored Dec 17, 2024
1 parent 78605e3 commit b167eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/nigiri/resources/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ services:

lnd:
container_name: lnd
image: lightninglabs/lnd:v0.18.3-beta
image: lightninglabs/lnd:v0.18.4-beta.rc2
user: 1000:1000
depends_on:
- bitcoin
Expand All @@ -183,7 +183,7 @@ services:

tap:
container_name: tap
image: ghcr.io/vulpemventures/tapd:v0.2.0
image: lightninglabs/taproot-assets:v0.4.1
user: 1000:1000
depends_on:
- bitcoin
Expand Down

0 comments on commit b167eff

Please sign in to comment.