Browse Source

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

Update swagger-ui to v2.2.0
pull/33/head
Johannes Schickling 8 years ago
committed by GitHub
parent
commit
0e9f14914c
  1. 4
      swagger-ui/Dockerfile

4
swagger-ui/Dockerfile

@ -1,8 +1,8 @@
FROM mhart/alpine-node
MAINTAINER Johannes Schickling "schickling.j@gmail.com"
ENV VERSION "v2.1.4"
ENV FOLDER "swagger-ui-2.1.4"
ENV VERSION "v2.2.0"
ENV FOLDER "swagger-ui-2.2.0"
ENV API_URL "http://petstore.swagger.io/v2/swagger.json"
ENV API_KEY "**None**"
ENV SWAGGER_JSON "/app/swagger.json"

Loading…
Cancel
Save