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 2ede07a commit 6243b18Copy full SHA for 6243b18
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=b0c2e3cd5c6dd77950284a498dcf5aed5d83a3f9
+ARG LIGHTNINGD_VERSION=91d149b99032d1dbc43f3498cd91bb46a437895d
7
RUN git clone https://github.com/ElementsProject/lightning.git /opt/lightningd \
8
&& cd /opt/lightningd \
9
&& git checkout $LIGHTNINGD_VERSION \
0 commit comments