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