bump btcpayserver

This commit is contained in:
nicolas.dorier
2019-11-07 20:46:22 +09:00
parent 78099511d2
commit 1e426ba5d1
4 changed files with 29 additions and 11 deletions

View File

@@ -299,6 +299,11 @@ namespace DockerFileBuildHelper
dockerInfo.GitLink = "https://github.com/JeffVandrewJr/patron";
dockerInfo.GitRef = $"v{image.Tag}";
break;
case "electrumx":
dockerInfo.DockerFilePath = $"Dockerfile";
dockerInfo.GitLink = "https://github.com/lukechilds/docker-electrumx";
dockerInfo.GitRef = $"master";
break;
case "isso":
dockerInfo.DockerFilePath = $"Dockerfile";
dockerInfo.GitLink = "https://github.com/JeffVandrewJr/isso";