mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-17 13:24:26 +01:00
bump btcpayserver, pin version of nginx
This commit is contained in:
@@ -405,7 +405,7 @@ namespace DockerFileBuildHelper
|
||||
dockerInfo.DockerFilePath = $"stable/stretch/Dockerfile";
|
||||
dockerInfo.DockerFilePathARM32v7 = $"stable/stretch/Dockerfile";
|
||||
dockerInfo.GitLink = "https://github.com/nginxinc/docker-nginx";
|
||||
dockerInfo.GitRef = $"master";
|
||||
dockerInfo.GitRef = image.Tag;
|
||||
break;
|
||||
case "docker-gen":
|
||||
dockerInfo.DockerFilePath = $"linuxamd64.Dockerfile";
|
||||
|
||||
Reference in New Issue
Block a user