diff --git a/dist/setup.sh b/dist/setup.sh index 8a871d4..14653ae 100755 --- a/dist/setup.sh +++ b/dist/setup.sh @@ -711,7 +711,7 @@ OTSCLIENT_VERSION="v0.2.0-rc.1" PYCOIN_VERSION="v0.2.0-rc.1" BITCOIN_VERSION="v0.17.1" LIGHTNING_VERSION="v0.7.0" -SPARKWALLET_VERSION="standalone" +SPARKWALLET_VERSION="v0.2.3" SETUP_DIR=$(dirname $(realpath $0)) @@ -767,6 +767,7 @@ if [[ $nbbuiltimgs -gt 1 ]]; then PROXYCRON_VERSION="$PROXYCRON_VERSION-local" OTSCLIENT_VERSION="$OTSCLIENT_VERSION-local" PYCOIN_VERSION="$PYCOIN_VERSION-local" + SPARKWALLET_VERSION="$SPARKWALLET_VERSION-local" fi fi diff --git a/install/generator-cyphernode/generators/app/templates/installer/docker/docker-compose.yaml b/install/generator-cyphernode/generators/app/templates/installer/docker/docker-compose.yaml index db13aff..8490686 100644 --- a/install/generator-cyphernode/generators/app/templates/installer/docker/docker-compose.yaml +++ b/install/generator-cyphernode/generators/app/templates/installer/docker/docker-compose.yaml @@ -136,7 +136,7 @@ services: sparkwallet: command: --login "cyphernode:sparkwallet" --no-tls - image: shesek/spark-wallet:standalone + image: cyphernode/sparkwallet:<%= sparkwallet_version %> volumes: - "<%= lightning_datapath %>:/etc/lightning" - "<%= lightning_datapath %>/sparkwallet:/data"