1
0

Upgrade Sphinx Relay to v2.1.3

This commit is contained in:
Dennis Reimann
2021-06-05 13:03:05 +02:00
committed by Andrew Camilleri
parent 51b700209b
commit aac6173d81
3 changed files with 7 additions and 7 deletions

View File

@@ -730,16 +730,16 @@ cd - && cd ..
# Build sphinx-relay
# https://raw.githubusercontent.com/stakwork/sphinx-relay/v2.0.13/Dockerfile
# https://raw.githubusercontent.com/stakwork/sphinx-relay/v2.1.3/Dockerfile
DOCKERFILE="Dockerfile"
# https://raw.githubusercontent.com/stakwork/sphinx-relay/v2.0.13/Dockerfile
# https://raw.githubusercontent.com/stakwork/sphinx-relay/v2.1.3/Dockerfile
[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="Dockerfile"
echo "Building sphinxlightning/sphinx-relay:v2.0.13"
echo "Building sphinxlightning/sphinx-relay:v2.1.3"
git clone https://github.com/stakwork/sphinx-relay sphinx-relay
cd sphinx-relay
git checkout v2.0.13
git checkout v2.1.3
cd "$(dirname $DOCKERFILE)"
docker build -f "$DOCKERFILE" -t "sphinxlightning/sphinx-relay:v2.0.13" .
docker build -f "$DOCKERFILE" -t "sphinxlightning/sphinx-relay:v2.1.3" .
cd - && cd ..