diff --git a/swagger-ui/Dockerfile b/swagger-ui/Dockerfile index ca9a3ff..a49fa59 100644 --- a/swagger-ui/Dockerfile +++ b/swagger-ui/Dockerfile @@ -1,8 +1,8 @@ FROM mhart/alpine-node 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**" diff --git a/swagger-ui/README.md b/swagger-ui/README.md index 3af4f68..6682ff4 100644 --- a/swagger-ui/README.md +++ b/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