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:36:56 UTC

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

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


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

commit 59a611b2f55cd0a00670d5ff3b6235827d2a3f12
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Fri May 27 09:36:52 2022 -0400

    build actionloop from 1.16@1.19.0 (#137)
---
 core/java8actionloop/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/java8actionloop/Dockerfile b/core/java8actionloop/Dockerfile
index 102acf3..6fe261f 100644
--- a/core/java8actionloop/Dockerfile
+++ b/core/java8actionloop/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 -\