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


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

commit 6b9864687ab06fbb051c9b28adcae62e00abdce6
Author: David Grove <[email protected]>
AuthorDate: Fri Feb 12 14:48:46 2021 -0500

    use 1.17.0 release of openwhisk-runtime-go (#52)
---
 core/ruby2.6ActionLoop/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/ruby2.6ActionLoop/Dockerfile 
b/core/ruby2.6ActionLoop/Dockerfile
index 714a5aa..0991c3d 100644
--- a/core/ruby2.6ActionLoop/Dockerfile
+++ b/core/ruby2.6ActionLoop/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