We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e009cb commit 8401ff6Copy full SHA for 8401ff6
Dockerfile
@@ -3,7 +3,7 @@ FROM node:8.9-slim as builder
3
RUN apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential git libtool libgmp-dev \
4
libsqlite3-dev python python3 wget
5
6
-ARG LIGHTNINGD_VERSION=91d149b99032d1dbc43f3498cd91bb46a437895d
+ARG LIGHTNINGD_VERSION=6139fee31dec038052c36383f89bafa36ca7d3c4
7
RUN git clone https://github.com/ElementsProject/lightning.git /opt/lightningd \
8
&& cd /opt/lightningd \
9
&& git checkout $LIGHTNINGD_VERSION \
0 commit comments