From 943cf6a5fbe0b07f5fcdd3bc13e36d9435770d4a Mon Sep 17 00:00:00 2001 From: EvgenyOrekhov Date: Fri, 19 Aug 2016 17:37:31 +0300 Subject: [PATCH] Update swagger-ui to v2.2.0 --- swagger-ui/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swagger-ui/Dockerfile b/swagger-ui/Dockerfile index 995f4b3..45fa63b 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.1.4" -ENV FOLDER "swagger-ui-2.1.4" +ENV VERSION "v2.2.0" +ENV FOLDER "swagger-ui-2.2.0" ENV API_URL "http://petstore.swagger.io/v2/swagger.json" ENV API_KEY "**None**" ENV SWAGGER_JSON "/app/swagger.json"