Browse Source

Merge pull request #47 from EvgenyOrekhov/update-swagger-ui

Update swagger-ui to v2.2.8
pull/51/head
Johannes Schickling 8 years ago
committed by GitHub
parent
commit
94bfefd14b
  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.6"
ENV FOLDER "swagger-ui-2.2.6"
ENV VERSION "v2.2.8"
ENV FOLDER "swagger-ui-2.2.8"
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.6 with API_URL, API_KEY and OAUTH2 injection (45 MB)
Swagger UI 2.2.8 with API_URL, API_KEY and OAUTH2 injection (45 MB)
## Usage

Loading…
Cancel
Save