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/incubator-openwhisk-runtime-ruby.git
The following commit(s) were added to refs/heads/master by this push:
new 73c99dd Fix Docker build (#24)
73c99dd is described below
commit 73c99ddd35f0fb9d041e6f618c15b526f40bdb9b
Author: Justin Halsall <[email protected]>
AuthorDate: Mon Jun 17 16:26:12 2019 +0200
Fix Docker build (#24)
Correct path to go runtime
---
core/ruby2.6ActionLoop/Dockerfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/ruby2.6ActionLoop/Dockerfile
b/core/ruby2.6ActionLoop/Dockerfile
index 814608e..8101032 100644
--- a/core/ruby2.6ActionLoop/Dockerfile
+++ b/core/ruby2.6ActionLoop/Dockerfile
@@ -15,10 +15,10 @@
# limitations under the License.
#
FROM golang:1.11 as builder
-ENV
PROXY_SOURCE=https://github.com/apache/incubator-openwhisk-runtime-go/archive/[email protected]
+ENV
PROXY_SOURCE=https://github.com/apache/incubator-openwhisk-runtime-go/archive/[email protected]
RUN curl -L "$PROXY_SOURCE" | tar xzf - \
&& mkdir -p src/github.com/apache \
- && mv incubator-openwhisk-runtime-go-golang1.11-v1.13.0-incubating \
+ && mv incubator-openwhisk-runtime-go-golang1.11-1.13.0-incubating \
src/github.com/apache/incubator-openwhisk-runtime-go \
&& cd src/github.com/apache/incubator-openwhisk-runtime-go/main \
&& CGO_ENABLED=0 go build -o /bin/proxy