Skip to content

Commit

Permalink
build(deps): update swagger-ui to v3.52.0 (#2276)
Browse files Browse the repository at this point in the history
  • Loading branch information
nightah committed Aug 10, 2021
1 parent c0ebe3e commit 6033b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/authelia-scripts/cmd_build.go
Expand Up @@ -44,7 +44,7 @@ func buildFrontend() {
}

func buildSwagger() {
swaggerVer := "3.51.2"
swaggerVer := "3.52.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()
Expand Down

0 comments on commit 6033b7d

Please sign in to comment.