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/openwhisk-runtime-swift.git
The following commit(s) were added to refs/heads/master by this push:
new 93881a0 Update Swift to 5.1.4 (#119)
93881a0 is described below
commit 93881a0ff00d9b59e73c133d2ba50bd5901b8cec
Author: Andrea Scuderi <[email protected]>
AuthorDate: Mon Feb 24 16:22:33 2020 +0100
Update Swift to 5.1.4 (#119)
---
core/swift51Action/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/swift51Action/Dockerfile b/core/swift51Action/Dockerfile
index c6aa303..947f44c 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.2
+FROM swift:5.1.4
# select the builder to use
ARG GO_PROXY_BUILD_FROM=release