build(deps): update swagger-ui to v3.52.4 (#2493)

This commit is contained in:
Amir Zarrinkafsh 2021-10-12 15:52:50 +11:00 committed by GitHub
parent f02190d89c
commit 722f2daf9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ func buildFrontend(branch string) {
}
func buildSwagger() {
swaggerVer := "3.52.3"
swaggerVer := "3.52.4"
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()