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 [email protected] (#137)
59a611b is described below
commit 59a611b2f55cd0a00670d5ff3b6235827d2a3f12
Author: David Grove <[email protected]>
AuthorDate: Fri May 27 09:36:52 2022 -0400
build actionloop from [email protected] (#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 [email protected]
+ARG [email protected]
RUN curl -sL \
https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
| tar xzf -\