build(deps): update swagger-ui to v4.12.0 (#3485)

pull/3486/head
Amir Zarrinkafsh 2022-06-05 22:04:37 +10:00 committed by GitHub
parent 3dc61b9126
commit 647f3eaa5d
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.11.1"
swaggerVer := "4.12.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()