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

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


The following commit(s) were added to refs/heads/master by this push:
     new f8e310c  Use 1.17.0 release of openwhisk-runtime-go (#98)
f8e310c is described below

commit f8e310c65b4c6c19b720a83ab8b0eb84601cb049
Author: David Grove <[email protected]>
AuthorDate: Fri Feb 12 13:34:47 2021 -0500

    Use 1.17.0 release of openwhisk-runtime-go (#98)
---
 core/php7.3Action/Dockerfile | 2 +-
 core/php7.4Action/Dockerfile | 2 +-
 core/php8.0Action/Dockerfile | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/php7.3Action/Dockerfile b/core/php7.3Action/Dockerfile
index 0948d6f..c1d82fc 100644
--- a/core/php7.3Action/Dockerfile
+++ b/core/php7.3Action/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/php7.4Action/Dockerfile b/core/php7.4Action/Dockerfile
index 0ea5f1f..c7561e0 100644
--- a/core/php7.4Action/Dockerfile
+++ b/core/php7.4Action/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/php8.0Action/Dockerfile b/core/php8.0Action/Dockerfile
index 6650a25..34e73fa 100644
--- a/core/php8.0Action/Dockerfile
+++ b/core/php8.0Action/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 -\

Reply via email to