Skip to content

Commit 8401ff6

Browse files
authored
Update Dockerfile to 6139fee31dec038052c36383f89bafa36ca7d3c4
Latest c-lightning commit, includes fix for crash at startup.
1 parent 4e009cb commit 8401ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM node:8.9-slim as builder
33
RUN apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential git libtool libgmp-dev \
44
libsqlite3-dev python python3 wget
55

6-
ARG LIGHTNINGD_VERSION=91d149b99032d1dbc43f3498cd91bb46a437895d
6+
ARG LIGHTNINGD_VERSION=6139fee31dec038052c36383f89bafa36ca7d3c4
77
RUN git clone https://github.com/ElementsProject/lightning.git /opt/lightningd \
88
&& cd /opt/lightningd \
99
&& git checkout $LIGHTNINGD_VERSION \

0 commit comments

Comments
 (0)