Skip to content

Commit

Permalink
Upgraded to bitcoind 0.21.1 and c-ln 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kexkey committed May 25, 2021
1 parent 04e1ff9 commit afd67bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -860,8 +860,8 @@ PROXYCRON_VERSION="v0.6.0-dev"
OTSCLIENT_VERSION="v0.6.0-dev"
PYCOIN_VERSION="v0.6.0-dev"
CYPHERAPPS_VERSION="dev"
BITCOIN_VERSION="v0.21.0"
LIGHTNING_VERSION="v0.9.3"
BITCOIN_VERSION="v0.21.1"
LIGHTNING_VERSION="v0.10.0"
TRAEFIK_VERSION="v1.7.9-alpine"
MOSQUITTO_VERSION="1.6"

Expand Down
2 changes: 1 addition & 1 deletion proxy_docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKDIR ${HOME}

COPY app/data/* ./
COPY app/script/* ./
COPY --from=cyphernode/clightning:v0.9.3 /usr/local/bin/lightning-cli ./
COPY --from=cyphernode/clightning:v0.10.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/
COPY --from=eclipse-mosquitto:1.6 /usr/lib/libcrypto* /usr/lib/
Expand Down

0 comments on commit afd67bc

Please sign in to comment.