mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-17 11:34:22 +01:00
v0.3.0-rc.6
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
VERSION=v0.3.0-rc.5
|
||||
VERSION=v0.3.0-rc.6
|
||||
|
||||
docker build . -t cyphernode/cyphernodeconf:${VERSION}
|
||||
|
||||
@@ -3,17 +3,17 @@
|
||||
export SETUP_DIR=$(pwd)/../dist
|
||||
export DEFAULT_USER=$USER
|
||||
export DEFAULT_CERT_HOSTNAME=disk0book.local
|
||||
export PROXYCRON_VERSION=v0.3.0-rc.5
|
||||
export PYCOIN_VERSION=v0.3.0-rc.5
|
||||
export SETUP_VERSION=v0.3.0-rc.5
|
||||
export PROXYCRON_VERSION=v0.3.0-rc.6
|
||||
export PYCOIN_VERSION=v0.3.0-rc.6
|
||||
export SETUP_VERSION=v0.3.0-rc.6
|
||||
export BITCOIN_VERSION=v0.19.0.1
|
||||
export LIGHTNING_VERSION=v0.8.0
|
||||
export DEFAULT_DATADIR_BASE=$HOME
|
||||
export GATEKEEPER_VERSION=v0.3.0-rc.5
|
||||
export TOR_VERSION=v0.3.0-rc.5
|
||||
export PROXY_VERSION=v0.3.0-rc.5
|
||||
export OTSCLIENT_VERSION=v0.3.0-rc.5
|
||||
export NOTIFIER_VERSION=v0.3.0-rc.5
|
||||
export GATEKEEPER_VERSION=v0.3.0-rc.6
|
||||
export TOR_VERSION=v0.3.0-rc.6
|
||||
export PROXY_VERSION=v0.3.0-rc.6
|
||||
export OTSCLIENT_VERSION=v0.3.0-rc.6
|
||||
export NOTIFIER_VERSION=v0.3.0-rc.6
|
||||
export EDITOR=/usr/bin/nano
|
||||
export TRAEFIK_VERSION="v1.7.9-alpine"
|
||||
export MOSQUITTO_VERSION="1.6"
|
||||
|
||||
Reference in New Issue
Block a user