Skip to content

Commit

Permalink
build(deps): update dependency swagger-ui to 4.10.3 (#3110)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-elliott committed Apr 4, 2022
1 parent 7321267 commit b8280df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/authelia-scripts/cmd_build.go
Expand Up @@ -86,7 +86,7 @@ func buildFrontend(branch string) {
}

func buildSwagger() {
swaggerVer := "4.1.3"
swaggerVer := "4.10.3"
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 b8280df

Please sign in to comment.