mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-31 10:14:35 +01:00
Upgrading c-lightning to v0.8.0
This commit is contained in:
2
build.sh
2
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()
|
||||
|
||||
2
dist/setup.sh
vendored
2
dist/setup.sh
vendored
@@ -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))
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user