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

lukeroy 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 efe2423  use runtime-go 1.22.0 (#80)
efe2423 is described below

commit efe2423d4060e66029043d3f8f119ec7f1543212
Author: David Grove <[email protected]>
AuthorDate: Mon May 22 05:06:20 2023 -0400

    use runtime-go 1.22.0 (#80)
---
 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 f1844a7..2ec847e 100644
--- a/core/ruby2.6ActionLoop/Dockerfile
+++ b/core/ruby2.6ActionLoop/Dockerfile
@@ -26,7 +26,7 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
 
 # or build it from a release
 FROM golang:1.20 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