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-php.git


The following commit(s) were added to refs/heads/master by this push:
     new b8269c0  build actionloop from [email protected] (#118)
b8269c0 is described below

commit b8269c0f3ff8002fc11b3911c2e3083d57b5ae57
Author: David Grove <[email protected]>
AuthorDate: Fri May 27 09:39:01 2022 -0400

    build actionloop from [email protected] (#118)
---
 core/php7.4Action/Dockerfile | 2 +-
 core/php8.0Action/Dockerfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/php7.4Action/Dockerfile b/core/php7.4Action/Dockerfile
index 80be865..463463d 100644
--- a/core/php7.4Action/Dockerfile
+++ b/core/php7.4Action/Dockerfile
@@ -26,7 +26,7 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
 
 # or build it from a release
 FROM golang:1.16 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 2c927ef..7b3be1a 100644
--- a/core/php8.0Action/Dockerfile
+++ b/core/php8.0Action/Dockerfile
@@ -26,7 +26,7 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
 
 # or build it from a release
 FROM golang:1.16 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