Browse Source

Update swagger-ui to v2.2.10

pull/70/head
Evgeny Orekhov 7 years ago
parent
commit
e70d6dc071
  1. 4
      swagger-ui/Dockerfile
  2. 2
      swagger-ui/README.md

4
swagger-ui/Dockerfile

@ -1,8 +1,8 @@
FROM node:alpine
MAINTAINER Johannes Schickling "schickling.j@gmail.com"
ENV VERSION "v2.2.8"
ENV FOLDER "swagger-ui-2.2.8"
ENV VERSION "v2.2.10"
ENV FOLDER "swagger-ui-2.2.10"
ENV API_URL "http://petstore.swagger.io/v2/swagger.json"
ENV API_KEY "**None**"
ENV OAUTH_CLIENT_ID "**None**"

2
swagger-ui/README.md

@ -1,6 +1,6 @@
# swagger-ui
Swagger UI 2.2.8 with API_URL, API_KEY and OAUTH2 injection (45 MB)
Swagger UI 2.2.10 with API_URL, API_KEY and OAUTH2 injection (45 MB)
## Usage

Loading…
Cancel
Save