build(deps): update swagger-ui to v3.43.0 (#1717)

pull/1718/head^2
Amir Zarrinkafsh 2021-02-12 21:16:46 +11:00 committed by GitHub
parent 683c4a70bf
commit 59fa332088
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ func buildFrontend() {
}
func buildSwagger() {
swaggerVer := "3.42.0"
swaggerVer := "3.43.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()