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-rust.git
The following commit(s) were added to refs/heads/master by this push:
new ac4ed59 use 1.17.0 release of openwhisk-runtime-go (#28)
ac4ed59 is described below
commit ac4ed59fe5a95bcd4852d83a1f942881572d25df
Author: David Grove <[email protected]>
AuthorDate: Fri Feb 12 14:48:44 2021 -0500
use 1.17.0 release of openwhisk-runtime-go (#28)
---
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 cc5ddd8..28d95c4 100644
--- a/core/rust1.34/Dockerfile
+++ b/core/rust1.34/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 -\