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 31fe458  use 1.17.0 release of openwhisk-runtime-go (#98)
31fe458 is described below

commit 31fe458c6ebc4260fa34b862125168f5a4669c16
Author: David Grove <[email protected]>
AuthorDate: Sat Feb 13 16:09:32 2021 -0500

    use 1.17.0 release of openwhisk-runtime-go (#98)
---
 core/python3ActionLoop/Dockerfile   | 2 +-
 core/python3AiActionLoop/Dockerfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/python3ActionLoop/Dockerfile 
b/core/python3ActionLoop/Dockerfile
index 5edc5d3..5e882b2 100644
--- a/core/python3ActionLoop/Dockerfile
+++ b/core/python3ActionLoop/Dockerfile
@@ -25,7 +25,7 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
 
 # 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/python3AiActionLoop/Dockerfile 
b/core/python3AiActionLoop/Dockerfile
index 114c145..b94237c 100644
--- a/core/python3AiActionLoop/Dockerfile
+++ b/core/python3AiActionLoop/Dockerfile
@@ -26,7 +26,7 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
 
 # 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