You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by du...@apache.org on 2018/05/10 14:15:02 UTC

[incubator-openwhisk] branch master updated: update docker runtime from 1.2.0 to 1.3.0 (#3636)

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

dubeejw 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 c995c53  update docker runtime from 1.2.0 to 1.3.0 (#3636)
c995c53 is described below

commit c995c53192ca15a87d5ecea32dbde50c5785c3e6
Author: Carlos Santana <cs...@apache.org>
AuthorDate: Thu May 10 10:14:57 2018 -0400

    update docker runtime from 1.2.0 to 1.3.0 (#3636)
---
 actionRuntimes/actionProxy/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/actionRuntimes/actionProxy/Dockerfile b/actionRuntimes/actionProxy/Dockerfile
index b7634a2..5ca674f 100644
--- a/actionRuntimes/actionProxy/Dockerfile
+++ b/actionRuntimes/actionProxy/Dockerfile
@@ -1,2 +1,2 @@
 # Dockerfile for docker skeleton (useful for running blackbox binaries, scripts, or Python 3 actions) .
-FROM openwhisk/dockerskeleton:1.2.0
+FROM openwhisk/dockerskeleton:1.3.0

-- 
To stop receiving notification emails like this one, please contact
dubeejw@apache.org.