Skip to content

Commit

Permalink
Merge pull request #38 from LN-Zap/lndk-version
Browse files Browse the repository at this point in the history
Update lndk to latest HEAD
  • Loading branch information
mrfelton authored Jul 22, 2024
2 parents c048d34 + 8d34814 commit 0e1b68e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/lndk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
FROM rust:1.78-bookworm AS builder

# References for lndk
ARG LNDK_SOURCE=https://github.com/orbitalturtle/lndk.git
ARG LNDK_REF=3fa88caa6232445bd03eae0590f67fbfd53b4526
ARG LNDK_SOURCE=https://github.com/lndk-org/lndk.git
ARG LNDK_REF=60e17a0c94177f7d2d160aa08f5cc32a1274b51e

# Add utils
RUN apt-get update \
Expand Down

0 comments on commit 0e1b68e

Please sign in to comment.