1
0

Bump GRS Core and c-lightning (#415)

* Bump GRS Core and c-lightning

* Use GRS gitlink
This commit is contained in:
gruve-p
2021-01-04 15:28:31 +01:00
committed by GitHub
parent 66f4379904
commit 530ccc67d7
5 changed files with 15 additions and 17 deletions

View File

@@ -463,7 +463,7 @@ namespace DockerFileBuildHelper
break;
case "docker-groestlcoin":
dockerInfo.DockerFilePath = $"groestlcoin/{image.Tag}/Dockerfile";
dockerInfo.GitLink = "https://github.com/NicolasDorier/docker-bitcoin";
dockerInfo.GitLink = "https://github.com/Groestlcoin/docker-groestlcoin";
dockerInfo.GitRef = "master";
break;
case "docker-viacoin":
@@ -560,7 +560,7 @@ namespace DockerFileBuildHelper
dockerInfo.GitLink = "https://github.com/apotdevin/thunderhub";
dockerInfo.GitRef = $"{image.Tag.Split('-')[1]}";
dockerInfo.SupportedByUs = false;
break;
break;
case "python-teos":
dockerInfo.DockerFilePath = $"docker/Dockerfile";
dockerInfo.DockerFilePathARM32v7 = $"docker/Dockerfile";