1
0

bump charge (#452)

This commit is contained in:
Nicolas Dorier
2021-03-30 18:03:48 +09:00
committed by GitHub
parent 84ab8f7c67
commit 8a916b0d5c
4 changed files with 18 additions and 16 deletions

View File

@@ -292,7 +292,7 @@ namespace DockerFileBuildHelper
dockerInfo.DockerFilePathARM32v7 = "arm32v7.Dockerfile";
dockerInfo.DockerFilePathARM64v8 = "arm64v8.Dockerfile";
dockerInfo.GitLink = "https://github.com/ElementsProject/lightning-charge";
dockerInfo.GitRef = $"v{image.Tag.Replace("-standalone", "")}";
dockerInfo.GitRef = NoRevision($"v{image.Tag.Replace("-standalone", "")}");
dockerInfo.SupportedByUs = true;
break;
case "docker-bitcoinplus":