fix dockerfile generation bug (#277)

This commit is contained in:
Kevin Wan
2020-12-11 20:31:31 +08:00
committed by GitHub
parent da8f76e6bd
commit c686c93fb5
4 changed files with 19 additions and 13 deletions

View File

@@ -27,7 +27,7 @@ import (
)
var (
BuildVersion = "20201125"
BuildVersion = "1.1.1"
commands = []cli.Command{
{
Name: "api",