From 508c7ab160894a51490d4313c812e405131dde0d Mon Sep 17 00:00:00 2001 From: kexkey Date: Sat, 21 Dec 2019 17:54:19 -0500 Subject: [PATCH] Upgrading c-lightning to v0.8.0 --- build.sh | 2 +- dist/setup.sh | 2 +- docker-compose-sample.yml | 2 +- proxy_docker/Dockerfile | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.sh b/build.sh index 3309cb3..7f86cf4 100755 --- a/build.sh +++ b/build.sh @@ -12,7 +12,7 @@ PROXYCRON_VERSION="v0.2.4-local" OTSCLIENT_VERSION="v0.2.4-local" PYCOIN_VERSION="v0.2.4-local" BITCOIN_VERSION="v0.19.0.1" -LIGHTNING_VERSION="v0.7.1" +LIGHTNING_VERSION="v0.8.0" GRAFANA_VERSION="v0.2.4-local" trace() diff --git a/dist/setup.sh b/dist/setup.sh index d6e14aa..c5a81bb 100755 --- a/dist/setup.sh +++ b/dist/setup.sh @@ -751,7 +751,7 @@ OTSCLIENT_VERSION="v0.2.4" PYCOIN_VERSION="v0.2.4" CYPHERAPPS_VERSION="v0.2.2" BITCOIN_VERSION="v0.19.0.1" -LIGHTNING_VERSION="v0.7.1" +LIGHTNING_VERSION="v0.8.0" SETUP_DIR=$(dirname $(realpath $0)) diff --git a/docker-compose-sample.yml b/docker-compose-sample.yml index e63181c..16dbb3b 100644 --- a/docker-compose-sample.yml +++ b/docker-compose-sample.yml @@ -225,7 +225,7 @@ services: ########################## lightning: - image: cyphernode/clightning:v0.7.1 + image: cyphernode/clightning:v0.8.0 command: $USER sh -c 'while [ ! -f "/bitcoin_monitor/up" ]; do echo "bitcoin not ready" ; sleep 10 ; done ; echo "bitcoin ready!" ; lightningd' ports: diff --git a/proxy_docker/Dockerfile b/proxy_docker/Dockerfile index 5fd3dbf..7044d4f 100644 --- a/proxy_docker/Dockerfile +++ b/proxy_docker/Dockerfile @@ -1,4 +1,4 @@ -FROM cyphernode/alpine-glibc-base:3.8 +FROM cyphernode/alpine-glibc-base:v3.11.0_2.29-0 ENV HOME /proxy @@ -12,7 +12,7 @@ WORKDIR ${HOME} COPY app/data/* ./ COPY app/script/* ./ -COPY --from=cyphernode/clightning:v0.7.1 /usr/local/bin/lightning-cli ./ +COPY --from=cyphernode/clightning:v0.8.0 /usr/local/bin/lightning-cli ./ COPY --from=eclipse-mosquitto:1.6 /usr/bin/mosquitto_rr /usr/bin/mosquitto_sub /usr/bin/mosquitto_pub /usr/bin/ COPY --from=eclipse-mosquitto:1.6 /usr/lib/libmosquitto* /usr/lib/