From 094f661505c7e41981a220b9df052f7c4d87d088 Mon Sep 17 00:00:00 2001 From: Nicolas Schwarzentrub Date: Thu, 17 Mar 2016 17:29:34 +0100 Subject: [PATCH] update to swagger-ui v2.1.3 Update to the new version of swagger-ui --- swagger-ui/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swagger-ui/Dockerfile b/swagger-ui/Dockerfile index 4d848e5..995f4b3 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.3" -ENV FOLDER "swagger-ui-2.1.3" +ENV VERSION "v2.1.4" +ENV FOLDER "swagger-ui-2.1.4" ENV API_URL "http://petstore.swagger.io/v2/swagger.json" ENV API_KEY "**None**" ENV SWAGGER_JSON "/app/swagger.json"