This is an automated email from the ASF dual-hosted git repository.

dragos pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 54dab06  update to latest swagger (#3064)
54dab06 is described below

commit 54dab0603b19fcb78b3113fb5f06b03ec5787f24
Author: tysonnorris <tysonnor...@gmail.com>
AuthorDate: Fri Dec 8 14:41:36 2017 -0800

    update to latest swagger (#3064)
---
 core/controller/Dockerfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/controller/Dockerfile b/core/controller/Dockerfile
index 51f673d..c5ecaf4 100644
--- a/core/controller/Dockerfile
+++ b/core/controller/Dockerfile
@@ -3,10 +3,10 @@ FROM scala
 ENV DEBIAN_FRONTEND noninteractive
 
 # Install swagger-ui
-RUN wget --no-verbose 
https://github.com/swagger-api/swagger-ui/archive/v2.1.4.tar.gz && \
+RUN wget --no-verbose 
https://github.com/swagger-api/swagger-ui/archive/v3.6.0.tar.gz && \
     mkdir swagger-ui && \
-    tar zxf v2.1.4.tar.gz -C /swagger-ui --strip-components=2 
swagger-ui-2.1.4/dist && \
-    rm v2.1.4.tar.gz && \
+    tar zxf v3.6.0.tar.gz -C /swagger-ui --strip-components=2 
swagger-ui-3.6.0/dist && \
+    rm v3.6.0.tar.gz && \
     perl -pi -w -e  
's{http://petstore.swagger.io/v2/swagger.json}{/api/v1/api-docs}g;' 
/swagger-ui/index.html
 
 #

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <commits@openwhisk.apache.org>'].

Reply via email to