1
0

bump btcpay

This commit is contained in:
nicolas.dorier
2023-03-03 21:32:46 +09:00
parent 0aae273855
commit 2d3128505d
4 changed files with 12 additions and 10 deletions

View File

@@ -540,7 +540,7 @@ namespace DockerFileBuildHelper
dockerInfo.DockerFilePathARM32v7 = $"stable/debian/Dockerfile";
dockerInfo.DockerFilePathARM64v8 = $"stable/debian/Dockerfile";
dockerInfo.GitLink = "https://github.com/nginxinc/docker-nginx";
dockerInfo.GitRef = image.Tag;
dockerInfo.GitRef = "1.23.2"; // In reality we are on 1.23.3, but they didn't published yet
dockerInfo.SupportedByUs = true;
break;
case "docker-gen":