1
0

bump bitcoin core

This commit is contained in:
nicolas.dorier
2023-05-20 21:43:53 +09:00
parent 7501bc2a4f
commit fde700b1ae
4 changed files with 33 additions and 31 deletions

View File

@@ -719,11 +719,11 @@ namespace DockerFileBuildHelper
dockerInfo.GitRef = image.Tag;
break;
case "lncapital/torq":
dockerInfo.DockerFilePath = $"Dockerfile";
dockerInfo.DockerFilePathARM32v7 = $"Dockerfile";
dockerInfo.DockerFilePathARM64v8 = $"Dockerfile";
dockerInfo.DockerFilePath = $"README.md";
dockerInfo.DockerFilePathARM32v7 = $"README.md";
dockerInfo.DockerFilePathARM64v8 = $"README.md";
dockerInfo.GitLink = "https://github.com/lncapital/torq";
dockerInfo.GitRef = "v" + image.Tag;
dockerInfo.GitRef = "master"; // they deleted old tags...
break;
case "timescale/timescaledb":
dockerInfo.DockerFilePath = $"Dockerfile";