1
0

update doc

This commit is contained in:
nicolas.dorier
2020-12-10 12:51:48 +09:00
parent d73cbf6ad9
commit b985713d46
3 changed files with 14 additions and 14 deletions

View File

@@ -447,9 +447,9 @@ namespace DockerFileBuildHelper
dockerInfo.SupportedByUs = true;
break;
case "dogecoin":
dockerInfo.DockerFilePath = $"dogecoin/{image.Tag}/Dockerfile";
dockerInfo.GitLink = "https://github.com/rockstardev/docker-bitcoin";
dockerInfo.GitRef = "feature/dogecoin";
dockerInfo.DockerFilePath = $"Dogecoin/{image.Tag}/linuxamd64.Dockerfile";
dockerInfo.GitLink = "https://github.com/btcpayserver/dockerfile-deps";
dockerInfo.GitRef = $"Dogecoin/{image.Tag}";
break;
case "docker-bitcore":
dockerInfo.DockerFilePath = "docker-bitcored/Dockerfile";