You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2018/07/06 22:58:09 UTC

[incubator-openwhisk-runtime-docker] branch master updated: update docker tag in example command (#51)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7240b32  update docker tag in example command (#51)
7240b32 is described below

commit 7240b3229a3aec733a6b7e5fbf2ba375ca07d633
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Fri Jul 6 18:58:07 2018 -0400

    update docker tag in example command (#51)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a83839e..32f61cb 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ zip myAction.zip exec
 
 Create the action using the docker image for the runtime
 ```
-wsk action update myAction myAction.zip --docker openwhisk/dockerskeleton:1.0.0
+wsk action update myAction myAction.zip --docker openwhisk/dockerskeleton:1.3.1
 ```
 
 This works on any deployment of Apache OpenWhisk