1
0

Upgrade Tallycoin Connect

Also switches to the official image. @djbooth007 is now the source for the Docker images, which up to now I maintained for my fork.
This commit is contained in:
Dennis Reimann
2022-10-20 13:28:50 +02:00
parent b2b2ced877
commit 22a635a7f3
4 changed files with 12 additions and 14 deletions

View File

@@ -294,7 +294,7 @@ namespace DockerFileBuildHelper
dockerInfo.DockerFilePath = "Dockerfile";
dockerInfo.DockerFilePathARM32v7 = $"Dockerfile.arm32v7";
dockerInfo.DockerFilePathARM64v8 = $"Dockerfile.arm64v8";
dockerInfo.GitLink = "https://github.com/dennisreimann/tallycoin_connect";
dockerInfo.GitLink = "https://github.com/djbooth007/tallycoin_connect";
dockerInfo.GitRef = $"{image.Tag}";
dockerInfo.SupportedByUs = false;
break;