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:43:18 UTC

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

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


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

commit 7bc8fe63d6c4a1da44767f38e304d8a342a5d8b4
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Fri May 27 09:43:14 2022 -0400

    build actionloop from 1.16@1.19.0 (#37)
---
 core/rust1.34/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/rust1.34/Dockerfile b/core/rust1.34/Dockerfile
index fbc0880..6c1e38a 100644
--- a/core/rust1.34/Dockerfile
+++ b/core/rust1.34/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 -\