You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ja...@apache.org on 2019/01/17 20:58:35 UTC

[incubator-openwhisk-runtime-swift] branch master updated: bump patch update for swift 4.1.3 (#89)

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

japetrsn 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 5aacba1  bump patch update for swift 4.1.3 (#89)
5aacba1 is described below

commit 5aacba1435f46b13cbb0a70874afb4b53c1a78bc
Author: Carlos Santana <cs...@apache.org>
AuthorDate: Thu Jan 17 15:58:31 2019 -0500

    bump patch update for swift 4.1.3 (#89)
---
 core/swift41Action/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/swift41Action/Dockerfile b/core/swift41Action/Dockerfile
index e2c76b0..03ea8e2 100644
--- a/core/swift41Action/Dockerfile
+++ b/core/swift41Action/Dockerfile
@@ -16,7 +16,7 @@
 #
 
 # TODO Replace this dockerfile and extend from official image when 4.1 is released
-FROM ibmcom/swift-ubuntu:4.1
+FROM ibmcom/swift-ubuntu:4.1.3
 
 # Upgrade and install basic Python dependencies
 RUN apt-get -y update \