1
0

Bump BTCPay 2.0

This commit is contained in:
nicolas.dorier
2024-12-23 23:16:27 +09:00
parent 02edbeaf8e
commit bb69f874d8
5 changed files with 9 additions and 15 deletions

View File

@@ -468,8 +468,7 @@ namespace DockerFileBuildHelper
dockerInfo.DockerFilePathARM32v7 = "Dockerfile";
dockerInfo.DockerFilePathARM64v8 = "Dockerfile";
dockerInfo.GitLink = "https://github.com/btcpayserver/btcpayserver";
// v1.0.5.4$<BTCPAY_BUILD_CONFIGURATION>
dockerInfo.GitRef = $"v{image.Tag.Substring(0, image.Tag.IndexOf('$'))}";
dockerInfo.GitRef = $"v{image.Tag}";
dockerInfo.SupportedByUs = true;
break;
case "rtl":