Skip to content

Commit

Permalink
Merge pull request #36 from LN-Zap/mrfelton-patch-1
Browse files Browse the repository at this point in the history
Update lndk commit
  • Loading branch information
mrfelton authored Jul 10, 2024
2 parents 9163311 + 114d4aa commit c048d34
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 @@ -5,7 +5,7 @@ FROM rust:1.78-bookworm AS builder

# References for lndk
ARG LNDK_SOURCE=https://github.com/orbitalturtle/lndk.git
ARG LNDK_REF=aa9caf9f7a9ce0b675a937d18dc5fbae24dc1caa
ARG LNDK_REF=3fa88caa6232445bd03eae0590f67fbfd53b4526

# Add utils
RUN apt-get update \
Expand Down Expand Up @@ -46,4 +46,4 @@ COPY --from=builder /bin/lndk-cli /usr/local/bin/
# Expose grpc port
EXPOSE 7000

ENTRYPOINT ["lndk"]
ENTRYPOINT ["lndk"]

0 comments on commit c048d34

Please sign in to comment.