From e70d6dc071f157cbccaa102bc90d2c4c4c47ded8 Mon Sep 17 00:00:00 2001 From: Evgeny Orekhov Date: Fri, 17 Mar 2017 13:19:54 +0300 Subject: [PATCH] Update swagger-ui to v2.2.10 --- swagger-ui/Dockerfile | 4 ++-- swagger-ui/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/swagger-ui/Dockerfile b/swagger-ui/Dockerfile index a768875..206cd65 100644 --- a/swagger-ui/Dockerfile +++ b/swagger-ui/Dockerfile @@ -1,8 +1,8 @@ FROM node:alpine MAINTAINER Johannes Schickling "schickling.j@gmail.com" -ENV VERSION "v2.2.8" -ENV FOLDER "swagger-ui-2.2.8" +ENV VERSION "v2.2.10" +ENV FOLDER "swagger-ui-2.2.10" 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 6682ff4..850c84f 100644 --- a/swagger-ui/README.md +++ b/swagger-ui/README.md @@ -1,6 +1,6 @@ # swagger-ui -Swagger UI 2.2.8 with API_URL, API_KEY and OAUTH2 injection (45 MB) +Swagger UI 2.2.10 with API_URL, API_KEY and OAUTH2 injection (45 MB) ## Usage