This is an automated email from the ASF dual-hosted git repository.

lukeroy 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 7bf6fbb  use runtime-go 1.22.0 (#46)
7bf6fbb is described below

commit 7bf6fbb2b25e0c652df6a45ed90acf2a198d1b3c
Author: David Grove <[email protected]>
AuthorDate: Mon May 22 05:06:16 2023 -0400

    use runtime-go 1.22.0 (#46)
---
 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 9ab8e57..9c3a116 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.20 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 -\

Reply via email to