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 3a0f210 commit 0185fe4Copy full SHA for 0185fe4
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=723b64036f3d4133cdf2f693dc4175244c602346
+ARG LIGHTNINGD_VERSION=b0c2e3cd5c6dd77950284a498dcf5aed5d83a3f9
7
RUN git clone https://github.com/ElementsProject/lightning.git /opt/lightningd \
8
&& cd /opt/lightningd \
9
&& git checkout $LIGHTNINGD_VERSION \
0 commit comments