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/07 00:19:28 UTC

[incubator-openwhisk-runtime-python] branch master updated: bump docker tag in example command (#32)

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-python.git


The following commit(s) were added to refs/heads/master by this push:
     new ef84f05  bump docker tag in example command (#32)
ef84f05 is described below

commit ef84f0588ef0f2476a451630dbd0efe1d849adcc
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Fri Jul 6 20:19:26 2018 -0400

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

diff --git a/README.md b/README.md
index b92543e..a62b520 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@
 ### Give it a try today
 To use as a docker action using python 3
 ```
-wsk action update myAction myAction.py --docker openwhisk/python3action:1.0.0
+wsk action update myAction myAction.py --docker openwhisk/python3action:1.0.1
 ```
 Replace `python3action` with `python2action` to use python 2.