mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-17 13:24:26 +01:00
bump lightning charge
This commit is contained in:
@@ -273,6 +273,8 @@ namespace DockerFileBuildHelper
|
||||
break;
|
||||
case "lightning-charge":
|
||||
dockerInfo.DockerFilePath = $"Dockerfile";
|
||||
dockerInfo.DockerFilePathARM32v7 = "arm32v7.Dockerfile";
|
||||
dockerInfo.DockerFilePathARM64v8 = "arm64v8.Dockerfile";
|
||||
dockerInfo.GitLink = "https://github.com/ElementsProject/lightning-charge";
|
||||
dockerInfo.GitRef = $"v{image.Tag.Replace("-standalone", "")}";
|
||||
dockerInfo.SupportedByUs = true;
|
||||
|
||||
Reference in New Issue
Block a user