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:27:15 UTC

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

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


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

commit 906636715b073dcf6e8e7ae26586a816f3631c31
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Fri Jul 6 20:27:13 2018 -0400

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

diff --git a/README.md b/README.md
index c9e8a55..dac4ebd 100644
--- a/README.md
+++ b/README.md
@@ -325,7 +325,7 @@ wsk action invoke helloCodableError -b -p id 42 -p name Carlos
 ### Using Swift 4.1
 To use as a docker action
 ```
-wsk action update myAction myAction.swift --docker openwhisk/action-swift-v4.1:1.0.0
+wsk action update myAction myAction.swift --docker openwhisk/action-swift-v4.1:1.0.6
 ```
 This works on any deployment of Apache OpenWhisk