From 593f489b932e7360a42279a669134b1abb011443 Mon Sep 17 00:00:00 2001 From: EvgenyOrekhov Date: Thu, 27 Oct 2016 19:15:04 +0300 Subject: [PATCH] Update swagger-ui to v2.2.6 --- 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 fe98d7a..498c3d5 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.2" -ENV FOLDER "swagger-ui-2.2.2" +ENV VERSION "v2.2.6" +ENV FOLDER "swagger-ui-2.2.6" ENV API_URL "http://petstore.swagger.io/v2/swagger.json" ENV API_KEY "**None**" ENV SWAGGER_JSON "/app/swagger.json" diff --git a/swagger-ui/README.md b/swagger-ui/README.md index a1b6a75..66cfa79 100644 --- a/swagger-ui/README.md +++ b/swagger-ui/README.md @@ -1,6 +1,6 @@ # swagger-ui -Swagger UI 2.1.3 with API_URL and API_KEY injection (45 MB) +Swagger UI 2.2.6 with API_URL and API_KEY injection (45 MB) ## Usage