diff --git a/swagger-ui/Dockerfile b/swagger-ui/Dockerfile index cdf9854..fe98d7a 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.0" -ENV FOLDER "swagger-ui-2.2.0" +ENV VERSION "v2.2.2" +ENV FOLDER "swagger-ui-2.2.2" ENV API_URL "http://petstore.swagger.io/v2/swagger.json" ENV API_KEY "**None**" ENV SWAGGER_JSON "/app/swagger.json"