Skip to content

Commit 6243b18

Browse files
committed
Docker: update c-lightning to 91d149b99032d1dbc43f3498cd91bb46a437895d
1 parent 2ede07a commit 6243b18

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=b0c2e3cd5c6dd77950284a498dcf5aed5d83a3f9
6+
ARG LIGHTNINGD_VERSION=91d149b99032d1dbc43f3498cd91bb46a437895d
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)