build(deps): update swagger-ui to v4.1.3 (#2736)

pull/2720/head
Amir Zarrinkafsh 2021-12-27 17:00:36 +11:00 committed by GitHub
parent 5d15d7c58b
commit 34b31c7b83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ func buildFrontend(branch string) {
}
func buildSwagger() {
swaggerVer := "4.1.2"
swaggerVer := "4.1.3"
cmd := utils.CommandWithStdout("bash", "-c", "wget -q https://github.com/swagger-api/swagger-ui/archive/v"+swaggerVer+".tar.gz -O ./v"+swaggerVer+".tar.gz")
err := cmd.Run()