Browse Source

Update swagger-ui to v2.2.2

pull/37/head
EvgenyOrekhov 8 years ago
parent
commit
3a0c3bed8d
  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.2.0"
ENV FOLDER "swagger-ui-2.2.0"
ENV VERSION "v2.2.2"
ENV FOLDER "swagger-ui-2.2.2"
ENV API_URL "http://petstore.swagger.io/v2/swagger.json"
ENV API_KEY "**None**"
ENV SWAGGER_JSON "/app/swagger.json"

Loading…
Cancel
Save