build(deps): update swagger-ui to v4.1.0 (#2576)

pull/2577/head
Amir Zarrinkafsh 2021-11-09 10:59:01 +11:00 committed by GitHub
parent 035d084ada
commit 86865cea29
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 := "3.52.4"
swaggerVer := "4.1.0"
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()