Docker: update c-lightning to ed3984f4446535002e18eb2086e42eb0273d5205

This commit is contained in:
Nadav Ivgi 2018-03-14 12:29:29 +02:00
parent e1641b85b2
commit e687a0240a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FROM node:8.9-slim as builder
RUN apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential git libtool libgmp-dev \
libsqlite3-dev python python3 wget
ARG LIGHTNINGD_VERSION=cb6820d44504430d971ae604c3d02b81862c4c1f
ARG LIGHTNINGD_VERSION=ed3984f4446535002e18eb2086e42eb0273d5205
RUN git clone https://github.com/ElementsProject/lightning.git /opt/lightningd \
&& cd /opt/lightningd \
&& git checkout $LIGHTNINGD_VERSION \