You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2020/07/10 02:40:16 UTC

[openwhisk-runtime-swift] branch master updated: update Swift 5.1 image to Swift 5.1.5 (#120)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b9e12bb  update Swift 5.1 image to Swift 5.1.5 (#120)
b9e12bb is described below

commit b9e12bba7549c32cbf090acc5895354f1dbf9ca6
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Thu Jul 9 22:40:05 2020 -0400

    update Swift 5.1 image to Swift 5.1.5 (#120)
---
 core/swift51Action/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/swift51Action/Dockerfile b/core/swift51Action/Dockerfile
index 947f44c..f5e956b 100644
--- a/core/swift51Action/Dockerfile
+++ b/core/swift51Action/Dockerfile
@@ -28,7 +28,7 @@ RUN curl -sL \
   && cd openwhisk-runtime-go-*/main\
   && GO111MODULE=on go build -o /bin/proxy
 
-FROM swift:5.1.4
+FROM swift:5.1.5
 
 # select the builder to use
 ARG GO_PROXY_BUILD_FROM=release