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


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

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

    build actionloop from [email protected] (#125)
---
 core/python36AiAction/Dockerfile | 2 +-
 core/python39Action/Dockerfile   | 2 +-
 core/python3Action/Dockerfile    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/python36AiAction/Dockerfile b/core/python36AiAction/Dockerfile
index 434cb50..b7c4ac8 100644
--- a/core/python36AiAction/Dockerfile
+++ b/core/python36AiAction/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/python39Action/Dockerfile b/core/python39Action/Dockerfile
index 0f3ff90..88297ac 100644
--- a/core/python39Action/Dockerfile
+++ b/core/python39Action/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/python3Action/Dockerfile b/core/python3Action/Dockerfile
index 9f00f24..90aa17b 100644
--- a/core/python3Action/Dockerfile
+++ b/core/python3Action/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