diff --git a/contrib/DockerFileBuildHelper/Program.cs b/contrib/DockerFileBuildHelper/Program.cs index 3958c18..c9a3d16 100644 --- a/contrib/DockerFileBuildHelper/Program.cs +++ b/contrib/DockerFileBuildHelper/Program.cs @@ -444,8 +444,8 @@ namespace DockerFileBuildHelper break; case "zcash-walletd": dockerInfo.DockerFilePath = "docker/Dockerfile"; - dockerInfo.GitLink = "https://github.com/hhanh00/zcash-walletd"; - dockerInfo.GitRef = $"main"; + dockerInfo.GitLink = "https://github.com/elemental-pay/zcash-walletd"; + dockerInfo.GitRef = $"feat/data-config"; dockerInfo.SupportedByUs = false; break; case "lnd":