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-java.git
The following commit(s) were added to refs/heads/master by this push:
new 9001a4f use 1.17.0 release of openwhisk-runtime-go (#117)
9001a4f is described below
commit 9001a4f65edc581ff7572130134a4a87ec82babe
Author: David Grove <[email protected]>
AuthorDate: Fri Feb 12 13:36:48 2021 -0500
use 1.17.0 release of openwhisk-runtime-go (#117)
---
core/java8actionloop/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/java8actionloop/Dockerfile b/core/java8actionloop/Dockerfile
index 4fb0f1a..7d7bacf 100644
--- a/core/java8actionloop/Dockerfile
+++ b/core/java8actionloop/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 -\