Browse Source

Merge pull request #5 from gdraynz/patch-1

Upgrade swagger-ui to 2.1.3
pull/6/head
Johannes Schickling 9 years ago
parent
commit
e8ad804a93
  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.2"
ENV FOLDER "swagger-ui-2.1.2"
ENV VERSION "v2.1.3"
ENV FOLDER "swagger-ui-2.1.3"
ENV API_URL "http://petstore.swagger.io/v2/swagger.json"
ENV API_KEY "**None**"

Loading…
Cancel
Save