You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2022/05/27 13:40:41 UTC

[openwhisk-runtime-ruby] branch master updated: build actionloop from 1.16@1.19.0 (#70)

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


The following commit(s) were added to refs/heads/master by this push:
     new eed6b04  build actionloop from 1.16@1.19.0 (#70)
eed6b04 is described below

commit eed6b04c0afd4261e56612d4b010ae269b73fad6
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Fri May 27 09:40:37 2022 -0400

    build actionloop from 1.16@1.19.0 (#70)
---
 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 42b01a5..a481bb3 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.16 AS builder_release
-ARG GO_PROXY_RELEASE_VERSION=1.16@1.18.0
+ARG GO_PROXY_RELEASE_VERSION=1.16@1.19.0
 RUN curl -sL \
   https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
   | tar xzf -\