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 546c7ee build proxy from openwhisk-runtime-go 1.16.0 release (#122)
546c7ee is described below
commit 546c7eee0db215da740a1f7feaef86fd12953b44
Author: David Grove <[email protected]>
AuthorDate: Tue Sep 29 11:02:19 2020 -0400
build proxy from openwhisk-runtime-go 1.16.0 release (#122)
---
core/swift42Action/Dockerfile | 2 +-
core/swift51Action/Dockerfile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/swift42Action/Dockerfile b/core/swift42Action/Dockerfile
index 064a59e..d58f619 100644
--- a/core/swift42Action/Dockerfile
+++ b/core/swift42Action/Dockerfile
@@ -21,7 +21,7 @@ RUN env CGO_ENABLED=0 go get
github.com/apache/openwhisk-runtime-go/main && mv /
# or build it from a release
FROM golang:1.15 AS builder_release
-ARG [email protected]
+ARG [email protected]
RUN curl -sL \
https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
| tar xzf -\
diff --git a/core/swift51Action/Dockerfile b/core/swift51Action/Dockerfile
index 99f035f..65e2b1d 100644
--- a/core/swift51Action/Dockerfile
+++ b/core/swift51Action/Dockerfile
@@ -21,7 +21,7 @@ RUN env CGO_ENABLED=0 go get
github.com/apache/openwhisk-runtime-go/main && mv /
# or build it from a release
FROM golang:1.15 AS builder_release
-ARG [email protected]
+ARG [email protected]
RUN curl -sL \
https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
| tar xzf -\