mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-17 13:24:26 +01:00
bump btcpayserver
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user