1
0

Update LNDhub to v1.4.1

This commit is contained in:
Dennis Reimann
2022-08-09 11:23:46 +02:00
parent f147c5a0ae
commit d6b19373c5
4 changed files with 10 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Linq;
using System.Collections.Generic;
using System.IO;
@@ -650,8 +650,10 @@ namespace DockerFileBuildHelper
case "lndhub":
dockerInfo.DockerFilePath = $"Dockerfile";
dockerInfo.DockerFilePathARM32v7 = $"Dockerfile";
dockerInfo.DockerFilePathARM64v8 = $"Dockerfile";
dockerInfo.GitLink = "https://github.com/BlueWallet/LndHub";
dockerInfo.GitRef = $"{image.Tag.Split("@")[0]}";
dockerInfo.SupportedByUs = false;
break;
case "fireflyiii/core":
dockerInfo.DockerFilePath = $"Dockerfile";