From b979388d708f12ed9fa91cff26cb73e5b3de4eda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Desv=C3=A9?= Date: Fri, 6 Nov 2015 16:27:25 +0100 Subject: [PATCH] Upgrade swagger-ui to 2.1.3 --- swagger-ui/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swagger-ui/Dockerfile b/swagger-ui/Dockerfile index 49f28be..edfc434 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.2" -ENV FOLDER "swagger-ui-2.1.2" +ENV VERSION "v2.1.3" +ENV FOLDER "swagger-ui-2.1.3" ENV API_URL "http://petstore.swagger.io/v2/swagger.json" ENV API_KEY "**None**"